summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/event.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-13Kernel: Updated various kernel function "name" arguments to be const references.bunnei1-1/+1
2014-06-13Kernel: Added real support for thread and event blockingbunnei1-0/+7
2014-06-03svc: added optional name field to Event and Mutex (used for debugging)bunnei1-1/+2
2014-06-01event: added a hackish ability to set an event as "locked" to its current state, cleaned up some commentsbunnei1-0/+8
2014-05-30event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some commentsbunnei1-2/+3
2014-05-28event: fixed typos and updated CMakeListsbunnei1-1/+1
2014-05-28event: added SetEventLocked method to change status an events lockbunnei1-0/+7
2014-05-28kernel: added event module to support creation of CTR "Event" objectsbunnei1-6/+7
2014-05-27mutex: removed docstring comment that is no longer relevantbunnei1-1/+0
2014-05-27mutex: added additional docstringsbunnei1-0/+2
2014-05-21mutex: refactored the interface to code to return a Mutex* handlebunnei1-1/+1
2014-05-21mutex: initial commit of HLE modulebunnei1-0/+26