summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/wait_object.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-17kernel/wait_object: Make GetHighestPriorityReadyThread() a const member functionLioncash1-1/+1
2019-04-02kernel/wait_object: Make ShouldWait() take thread members by pointer-to-constLioncash1-1/+1
2019-01-30kernel/wait_object: Devirtualize functions related to manipulating the thread list directlyLioncash1-3/+3
2019-01-01core/kernel: Remove unnecessary inclusionsLioncash1-1/+0
2018-09-28kernel/object: Remove unnecessary std::move from DynamicObjectCast()Lioncash1-1/+1
2018-08-29kernel: Eliminate kernel global stateLioncash1-0/+4
2018-08-02kernel: Move object class to its own source filesLioncash1-1/+1
2018-01-07wait_object: Refactor to allow waking up a single thread.bunnei1-0/+6
2017-05-30Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner1-0/+67