bunnei
|
cdd14b03e5
|
hle: kernel: Recode implementation of KThread to be more accurate.
|
2021-01-28 21:42:26 -08:00 |
|
bunnei
|
4dbf3f4880
|
hle: kernel: KThread: Clean up thread priorities.
|
2021-01-28 21:42:25 -08:00 |
|
bunnei
|
1e55498110
|
hle: kernel: KThread: Reorganize thread priority defaults.
|
2021-01-28 21:42:25 -08:00 |
|
bunnei
|
0530292b97
|
hle: kernel: KThread: Fix ThreadType definition.
|
2021-01-28 21:42:25 -08:00 |
|
bunnei
|
eea346ba8e
|
hle: kernel: KThread: Remove thread types that do not exist.
|
2021-01-28 21:42:25 -08:00 |
|
bunnei
|
c0d3aef28c
|
core: hle: kernel: Rename Thread to KThread.
|
2021-01-28 21:42:25 -08:00 |
|
Lioncash
|
8620de6b20
|
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Makes for less code that we need to maintain.
|
2021-01-15 02:15:32 -05:00 |
|
bunnei
|
f12701b303
|
hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged.
|
2021-01-11 14:23:16 -08:00 |
|
bunnei
|
c3c43e32fc
|
hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState.
- This is how the real kernel works, and is more accurate and simpler.
|
2021-01-11 14:23:16 -08:00 |
|
bunnei
|
35c3c078e3
|
core: hle: kernel: Update KSynchronizationObject.
|
2021-01-11 14:23:16 -08:00 |
|
bunnei
|
960500cfd2
|
hle: kernel: KScheduler: Various style fixes based on code review feedback.
|
2020-12-06 00:27:13 -08:00 |
|
bunnei
|
b1326d9230
|
hle: kernel: Use C++ style comments in KScheduler, etc.
|
2020-12-06 00:03:24 -08:00 |
|
bunnei
|
ccce6cb3be
|
hle: kernel: Migrate to KScopedSchedulerLock.
|
2020-12-06 00:03:24 -08:00 |
|
bunnei
|
4756cb203e
|
hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.
|
2020-12-06 00:03:24 -08:00 |
|
bunnei
|
8d3e06349e
|
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
|
2020-12-06 00:03:24 -08:00 |
|
bunnei
|
9e29e36a78
|
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
|
2020-12-06 00:03:24 -08:00 |
|