summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/wait_object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Move object class to its own source filesLioncash2018-08-021-2/+1
* kernel: Remove unnecessary includesLioncash2018-07-311-2/+0
* hle: Remove config_mem.h/.cppLioncash2018-07-231-1/+0
* hle: Remove shared_page.h/.cppLioncash2018-07-231-1/+0
* thread: Convert ThreadStatus into an enum classLioncash2018-07-201-6/+6
* thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei2018-03-191-1/+2
* Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.Subv2018-01-091-4/+13
* wait_object: Refactor to allow waking up a single thread.bunnei2018-01-071-15/+22
* Merge pull request #2967 from Subv/thread_wakeup_callbacksSebastian Valle2017-09-301-7/+4
|\
| * Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken.Subv2017-09-281-7/+4
* | Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
|/
* Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner2017-05-301-0/+99