summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_condition_variable.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Transition to PascalCase for result names.
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+1
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* 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
| | | | | | | | | * kernel: Unify result codes Drop the usage of ERR_NAME convention in kernel for ResultName. Removed seperation between svc_results.h & errors.h as we mainly include both most of the time anyways. * oops * rename errors to svc_results
* 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
| | | | - This is decoupled from core functionality and used for debugging only.
* core: hle: kernel: Update KConditionVariable.bunnei2021-01-111-0/+347