Lioncash
|
db47d7e471
kernel/thread: Expand documentation of nominal_priority and current_priority
|
7 лет назад |
Lioncash
|
f80bc712ea
kernel: Rename 'default' CPU core to 'ideal' core
|
7 лет назад |
Lioncash
|
771431f625
kernel/thread: Move process thread initialization into process.cpp
|
7 лет назад |
bunnei
|
ae582b6669
Merge pull request #1849 from encounter/svcSetThreadActivity
|
7 лет назад |
Lioncash
|
8435451093
kernel/thread: Make thread_id a 64-bit value
|
7 лет назад |
Luke Street
|
3e75175d02
svc: Implement SetThreadActivity (thread suspension)
|
7 лет назад |
Zach Hilman
|
820d81b9a5
scheduler: Add explanations for YieldWith and WithoutLoadBalancing
|
7 лет назад |
Zach Hilman
|
409dcf0e0a
svc: Implement yield types 0 and -1
|
7 лет назад |
Lioncash
|
f9db75fe40
kernel/thread: Deduplicate scheduler switching code
|
7 лет назад |
Lioncash
|
6594853eb1
svc: Implement svcGetInfo command 0xF0000002
|
7 лет назад |
Lioncash
|
5c0408596f
kernel/thread: Use a regular pointer for the owner/current process
|
7 лет назад |
balika011
|
1a5d6de0d4
thread: Make the scheduler pointer a regular pointer
|
7 лет назад |
Lioncash
|
baed7e1fba
kernel/thread: Make all instance variables private
|
7 лет назад |
Lioncash
|
acfc801d14
thread/process: Move TLS slot marking/freeing to the process class
|
7 лет назад |
Lioncash
|
05aa4aa01a
kernel/thread: Use owner_process when setting the page table in SetupMainThread()
|
7 лет назад |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 лет назад |
Lioncash
|
2ea45fe75b
kernel/thread: Include thread-related enums within the kernel namespace
|
7 лет назад |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 лет назад |
Lioncash
|
43e0d865fa
core: Namespace all code in the arm subdirectory under the Core namespace
|
8 лет назад |
Lioncash
|
e93fa7f2cc
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c
|
8 лет назад |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
8 лет назад |
Lioncash
|
49e198b20d
kernel/thread: Remove unimplemented function prototype
|
8 лет назад |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 лет назад |
bunnei
|
fe2498a650
Merge pull request #751 from Subv/tpidr_el0
|
8 лет назад |
Subv
|
d84eb9dac6
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
|
8 лет назад |
Lioncash
|
dbfe82773d
thread: Convert ThreadStatus into an enum class
|
8 лет назад |
Michael Scire
|
08d454e30d
Run clang-format on PR.
|
8 лет назад |
Michael Scire
|
dc70a87af1
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
|
8 лет назад |
Michael Scire
|
8f8fe62a19
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
|
8 лет назад |
Michael Scire
|
4f81bc4e1b
Kernel/Arbiters: Mostly implement SignalToAddress
|
8 лет назад |