index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
semaphore.cpp
Age
Commit message (
Expand
)
Author
2015-01-09
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-20
License change
purpasmart96
2014-12-20
Clean up some warnings
Chin
2014-12-13
Kernel/Semaphore: Small style change
Subv
2014-12-13
Kernel/Semaphores: Invert the available count checking.
Subv
2014-12-13
Kernel/Semaphores: Addressed some issues.
Subv
2014-12-13
Semaphore: Removed an unneeded function
Subv
2014-12-13
Semaphores: Addressed some style issues
Subv
2014-12-13
Semaphore: Implemented the initial_count parameter.
Subv
2014-12-13
SVC: Implemented ReleaseSemaphore.
Subv
2014-12-13
SVC: Implemented svcCreateSemaphore
Subv