index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
semaphore.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-2
/
+0
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
Kernel: Convert Semaphore to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-43
/
+22
*
Kernel: Renamed some functions for clarity.
bunnei
2015-01-22
1
-1
/
+1
*
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-22
1
-21
/
+7
*
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.
bunnei
2015-01-22
1
-1
/
+1
*
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-22
1
-9
/
+2
*
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-22
1
-3
/
+3
*
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-22
1
-3
/
+12
*
WaitSynchronizationN: Implement return values
bunnei
2015-01-22
1
-3
/
+3
*
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
bunnei
2015-01-22
1
-8
/
+3
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
1
-2
/
+2
*
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
1
-3
/
+5
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-1
/
+2
*
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+2
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+2
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
Clean up some warnings
Chin
2014-12-20
1
-4
/
+4
|
/
*
Kernel/Semaphore: Small style change
Subv
2014-12-13
1
-1
/
+1
*
Kernel/Semaphores: Invert the available count checking.
Subv
2014-12-13
1
-11
/
+9
*
Kernel/Semaphores: Addressed some issues.
Subv
2014-12-13
1
-28
/
+13
*
Semaphore: Removed an unneeded function
Subv
2014-12-13
1
-5
/
+0
*
Semaphores: Addressed some style issues
Subv
2014-12-13
1
-6
/
+5
*
Semaphore: Implemented the initial_count parameter.
Subv
2014-12-13
1
-3
/
+5
*
SVC: Implemented ReleaseSemaphore.
Subv
2014-12-13
1
-13
/
+52
*
SVC: Implemented svcCreateSemaphore
Subv
2014-12-13
1
-0
/
+76