aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/wait_object.cpp
AgeCommit message (Expand)Author
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-31kernel: Remove unnecessary includesLioncash
2018-07-23hle: Remove config_mem.h/.cppLioncash
2018-07-23hle: Remove shared_page.h/.cppLioncash
2018-07-19thread: Convert ThreadStatus into an enum classLioncash
2018-03-18thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei
2018-01-08Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.Subv
2018-01-07wait_object: Refactor to allow waking up a single thread.bunnei
2017-09-30Merge pull request #2967 from Subv/thread_wakeup_callbacksSebastian Valle
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-09-28Kernel/Threads: When putting a thread to wait, specify a function to execute ...Subv
2017-05-29Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner