summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/event.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-29kernel: Divide Event into ReadableEvent and WritableEventZach Hilman1-60/+0
2018-08-29kernel: Eliminate kernel global stateLioncash1-2/+6
2018-08-06kernel/event: Make data members privateLioncash1-4/+8
2018-08-02kernel: Move object class to its own source filesLioncash1-1/+1
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-05-30Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner1-0/+1
2017-01-05Kernel: Implemented Pulse event and timers.Subv1-0/+2
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv1-2/+2
2016-09-22move ResetType to kernel.hwwylele1-6/+0
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-7/+12
2016-03-13svc: Move ResetType enum to the kernel event headerLioncash1-1/+7
2015-07-12Kernel: Remove unused member from EventYuri Kunde Schlesner1-1/+0
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner1-1/+1
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 Event to not use HandlesYuri Kunde Schlesner1-21/+30
2015-01-22Event: Fixed some bugs and cleanup (Subv)bunnei1-7/+2
2015-01-22Event: Get rid of permanent_lock hack.bunnei1-7/+0
2014-12-21License changepurpasmart961-1/+1
2014-11-24Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner1-4/+0
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-4/+4
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
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