summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_condition_variable.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-8/+6
* kernel: make current thread pointer thread localLiam2022-06-231-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Reduce unused includesameerj2022-03-191-1/+0
* core: hle: kernel: k_condition_variable: Update to reflect tree changes.bunnei2022-03-151-1/+1
* hle: kernel: k_condition_variable: Revert unnecessary style changes.bunnei2021-12-071-2/+2
* hle: kernel: Remove unnecessary virtual specifier on CancelWait.bunnei2021-12-071-4/+4
* hle: kernel: KConditionVariable: Various updates & simplifications.bunnei2021-12-071-120/+64
* hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.bunnei2021-12-071-12/+55
* hle: kernel: KThread: Remove tracking of sync object from threads.bunnei2021-12-071-12/+10
* core: hle: kernel: Reflect non-emulated threads as core 3.bunnei2021-12-071-1/+1
* core: Remove unused includesameerj2021-11-041-2/+0
* Revert "kernel: Various improvements to scheduler"bunnei2021-08-261-1/+1
* core: hle: kernel: Reflect non-emulated threads as core 3.bunnei2021-08-071-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-6/+6
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+1
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-1/+1
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* hle: kernel: Move slab heap management to KernelCore.bunnei2021-05-061-7/+8
* hle: kernel: Migrate more of KThread to KAutoObject.bunnei2021-05-061-13/+17
* kernel: Unify result codes (#5890)Chloe2021-02-131-10/+10
* hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei2021-01-291-6/+2
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-17/+17
* hle: kernel: thread: Preserve thread wait reason for debugging only.bunnei2021-01-111-0/+2
* core: hle: kernel: Update KConditionVariable.bunnei2021-01-111-0/+347