summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/event.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-171-2/+2
* Kernel: Updated Event and Mutex to specify handle that they are blocking for.Gravatar bunnei2014-08-051-1/+1
* Event: Updated several log messages to be assertions.Gravatar bunnei2014-06-131-16/+8
* Kernel: Updated various kernel function "name" arguments to be const references.Gravatar bunnei2014-06-131-2/+2
* Kernel: Updated several member functions to be constGravatar bunnei2014-06-131-3/+3
* Kernel: Made SyncRequest not pure virtual, with a default implementation of e...Gravatar bunnei2014-06-131-11/+0
* Kernel: Added real support for thread and event blockingGravatar bunnei2014-06-131-12/+59
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-021-3/+8
* event: added a hackish ability to set an event as "locked" to its current sta...Gravatar bunnei2014-06-011-4/+24
* event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some...Gravatar bunnei2014-05-291-7/+11
* event: added SetEventLocked method to change status an events lockGravatar bunnei2014-05-271-0/+11
* kernel: added event module to support creation of CTR "Event" objectsGravatar bunnei2014-05-271-0/+91