summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/event.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-22Event: Get rid of permanent_lock hack.bunnei1-29/+8
2015-01-22Kernel: Added WaitObject and changed "waitable" objects inherit from it.bunnei1-19/+7
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner1-5/+5
2015-01-09Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner1-3/+5
2014-12-28Kernel: New handle managerYuri Kunde Schlesner1-1/+2
2014-12-28Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsYuri Kunde Schlesner1-2/+2
2014-12-28Rename ObjectPool to HandleTableYuri Kunde Schlesner1-5/+5
2014-12-21License changepurpasmart961-1/+1
2014-11-24Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner1-5/+0
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-19/+19
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-2/+2
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-4/+4
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-2/+2
2014-08-06Kernel: Updated Event and Mutex to specify handle that they are blocking for.bunnei1-1/+1
2014-06-13Event: Updated several log messages to be assertions.bunnei1-16/+8
2014-06-13Kernel: Updated various kernel function "name" arguments to be const references.bunnei1-2/+2
2014-06-13Kernel: Updated several member functions to be constbunnei1-3/+3
2014-06-13Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects)bunnei1-11/+0
2014-06-13Kernel: Added real support for thread and event blockingbunnei1-12/+59
2014-06-03svc: added optional name field to Event and Mutex (used for debugging)bunnei1-3/+8
2014-06-01event: added a hackish ability to set an event as "locked" to its current state, cleaned up some commentsbunnei1-4/+24
2014-05-30event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some commentsbunnei1-7/+11
2014-05-28event: added SetEventLocked method to change status an events lockbunnei1-0/+11
2014-05-28kernel: added event module to support creation of CTR "Event" objectsbunnei1-0/+91