Lioncash
|
3c5c292592
kernel/errors: Correct error codes for invalid thread priority and invalid processor ID
|
7 лет назад |
Lioncash
|
4a587b81b2
core/core: Replace includes with forward declarations where applicable
|
8 лет назад |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 лет назад |
Lioncash
|
43e0d865fa
core: Namespace all code in the arm subdirectory under the Core namespace
|
8 лет назад |
B3n30
|
eab35c8235
Core::CoreTiming: add UnscheduleEventThreadsafe
|
8 лет назад |
bunnei
|
e4ed5bc836
Merge pull request #1042 from Subv/races
|
8 лет назад |
Subv
|
84b542c386
Kernel/Threads: Lock the HLE mutex when executing the wakeup callback.
|
8 лет назад |
Subv
|
0135b328ed
Kernel/Thread: Always use the threadsafe option when scheduling wakeups.
|
8 лет назад |
Subv
|
5224cc49c4
Kernel/Mutex: Don't duplicate threads in the mutex waiter list.
|
8 лет назад |
Lioncash
|
e93fa7f2cc
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c
|
8 лет назад |
Lioncash
|
26de4bb521
core/memory: Get rid of 3DS leftovers
|
8 лет назад |
bunnei
|
4c3c608d59
Merge pull request #894 from lioncash/object
|
8 лет назад |
Lioncash
|
6058c84b79
kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t
|
8 лет назад |
Lioncash
|
fac0e42b2f
kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference
|
8 лет назад |
Lioncash
|
9a50a4f2cc
kernel/thread: Make GetFreeThreadLocalSlot() internally linked
|
8 лет назад |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
8 лет назад |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 лет назад |
MerryMage
|
44646e2ea0
core_timing: Split off utility functions into core_timing_util
|
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 лет назад |
bunnei
|
85421f3406
Merge pull request #690 from lioncash/move
|
8 лет назад |
Lioncash
|
46458e7284
core/memory, core/hle/kernel: Use std::move where applicable
|
8 лет назад |
Lioncash
|
3a4841e403
core: Don't construct instance of Core::System, just to access its live instance
|
8 лет назад |
James Rowe
|
0d46f0df12
Update clang format
|
8 лет назад |
James Rowe
|
638956aa81
Rename logging macro back to LOG_*
|
8 лет назад |
Michael Scire
|
9d71ce88ce
Kernel/Arbiters: Implement WaitForAddress
|
8 лет назад |
Subv
|
9cd87a6352
Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may already have an assigned lock owner.
|
8 лет назад |
Subv
|
c02d7c8ce7
Kernel/Thread: Corrected a typo that caused the affinity mask to never be changed.
|
8 лет назад |
Subv
|
d1f9c750a6
Kernel/Thread: Corrected a typo in an assert about the processor id.
|
8 лет назад |