Lioncash
|
e3566e6c1d
kernel/thread: Remove BoostPriority()
|
7 vuotta sitten |
Lioncash
|
6300ccbc3c
kernel: Make handle type declarations constexpr
|
7 vuotta sitten |
Lioncash
|
4366241739
kernel/thread: Make AllWaitObjectsReady() a const qualified member function
|
7 vuotta sitten |
Lioncash
|
20cc0b8d3c
kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const
|
7 vuotta sitten |
Lioncash
|
26d0381161
kernel/thread: Make parameter of GetWaitObjectIndex() const qualified
|
7 vuotta sitten |
Fernando Sahmkow
|
acbdfdae64
Add CondVar Thread State.
|
7 vuotta sitten |
bunnei
|
30f228a8c9
Merge pull request #2238 from lioncash/thread
|
7 vuotta sitten |
Lioncash
|
51d7f6bffc
kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread
|
7 vuotta sitten |
Lioncash
|
c892cf01fa
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
|
7 vuotta sitten |
Lioncash
|
db47d7e471
kernel/thread: Expand documentation of nominal_priority and current_priority
|
7 vuotta sitten |
Lioncash
|
f80bc712ea
kernel: Rename 'default' CPU core to 'ideal' core
|
7 vuotta sitten |
Lioncash
|
771431f625
kernel/thread: Move process thread initialization into process.cpp
|
7 vuotta sitten |
bunnei
|
ae582b6669
Merge pull request #1849 from encounter/svcSetThreadActivity
|
7 vuotta sitten |
Lioncash
|
8435451093
kernel/thread: Make thread_id a 64-bit value
|
7 vuotta sitten |
Luke Street
|
3e75175d02
svc: Implement SetThreadActivity (thread suspension)
|
7 vuotta sitten |
Zach Hilman
|
820d81b9a5
scheduler: Add explanations for YieldWith and WithoutLoadBalancing
|
7 vuotta sitten |
Zach Hilman
|
409dcf0e0a
svc: Implement yield types 0 and -1
|
7 vuotta sitten |
Lioncash
|
f9db75fe40
kernel/thread: Deduplicate scheduler switching code
|
7 vuotta sitten |
Lioncash
|
6594853eb1
svc: Implement svcGetInfo command 0xF0000002
|
7 vuotta sitten |
Lioncash
|
5c0408596f
kernel/thread: Use a regular pointer for the owner/current process
|
7 vuotta sitten |
balika011
|
1a5d6de0d4
thread: Make the scheduler pointer a regular pointer
|
7 vuotta sitten |
Lioncash
|
baed7e1fba
kernel/thread: Make all instance variables private
|
7 vuotta sitten |
Lioncash
|
acfc801d14
thread/process: Move TLS slot marking/freeing to the process class
|
7 vuotta sitten |
Lioncash
|
05aa4aa01a
kernel/thread: Use owner_process when setting the page table in SetupMainThread()
|
7 vuotta sitten |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 vuotta sitten |
Lioncash
|
2ea45fe75b
kernel/thread: Include thread-related enums within the kernel namespace
|
7 vuotta sitten |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 vuotta sitten |
Lioncash
|
43e0d865fa
core: Namespace all code in the arm subdirectory under the Core namespace
|
8 vuotta sitten |
Lioncash
|
e93fa7f2cc
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c
|
8 vuotta sitten |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
8 vuotta sitten |