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.h
Age
Commit message (
Expand
)
Author
2018-01-08
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-08
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Subv
2018-01-07
semaphore: More changes for Switch.
bunnei
2018-01-06
semaphore: Updates for Switch.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-09-10
General: Fix up doxygen comments
Lioncash
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-01-30
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Semaphore to not use Handles
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/Semaphores: Addressed some 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