summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/semaphore.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-30Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner1-0/+1
2017-05-30Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner1-0/+1
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv1-2/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-7/+13
2015-09-10General: Fix up doxygen commentsLioncash1-1/+0
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner1-1/+2
2015-01-30Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner1-1/+1
2015-01-30Kernel: Convert Semaphore to not use HandlesYuri Kunde Schlesner1-18/+39
2014-12-21License changepurpasmart961-1/+1
2014-12-20Clean up some warningsChin1-1/+1
2014-12-13Kernel/Semaphores: Addressed some issues.Subv1-4/+5
2014-12-13Semaphore: Implemented the initial_count parameter.Subv1-2/+2
2014-12-13SVC: Implemented ReleaseSemaphore.Subv1-3/+12
2014-12-13SVC: Implemented svcCreateSemaphoreSubv1-0/+22