bunnei
|
232ef55c1a
core: Consolidate core and system state, remove system module & cleanups.
|
9 лет назад |
wwylele
|
5728e42634
Thread: remove the thread from the thread list when exiting
|
9 лет назад |
Subv
|
406907d570
Properly remove a thread from its wait_objects' waitlist when it is awoken by a timeout.
|
9 лет назад |
Subv
|
8634b8cb83
Threading: Reworked the way our scheduler works.
|
9 лет назад |
Ricardo de Almeida Gonzaga
|
13d46f6820
Fix typos
|
9 лет назад |
wwylele
|
f69a543110
implement wait tree widget
|
10 лет назад |
Yuri Kunde Schlesner
|
84fbbe2629
Use negative priorities to avoid special-casing the self-include
|
9 лет назад |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
9 лет назад |
Yuri Kunde Schlesner
|
396a8d91a4
Manually tweak source formatting and then re-run clang-format
|
9 лет назад |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
9 лет назад |
bunnei
|
05e120a4cc
arm: ResetContext shouldn't be part of ARM_Interface.
|
10 лет назад |
Yuri Kunde Schlesner
|
de79b6fc48
Merge pull request #1869 from wwylele/dont-be-lazy
|
10 лет назад |
wwylele
|
7d56e88369
Thread: update timeout when rerunning WaitSynch
|
10 лет назад |
wwylele
|
81d3462a19
Switch context on the same thread if necessary
|
10 лет назад |
MerryMage
|
1ebaaf9bb1
Kernel/Thread: Remove use of Memory::GetPointer
|
10 лет назад |
Jannik Vogel
|
af37dd0d52
Set fpscr for new threads
|
10 лет назад |
bunnei
|
0d8bd3ba36
Merge pull request #1695 from Subv/tls_alloc
|
10 лет назад |
Subv
|
d192fb066d
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
|
10 лет назад |
Lioncash
|
6b7ebb3f82
hle: Get rid of global access to g_reschedule
|
10 лет назад |
Subv
|
29032ce9b6
SVC: Fixed ArbitrateAddress to behave as it does on hardware.
|
10 лет назад |
Yuri Kunde Schlesner
|
84a22cb594
Kernel: Implement svcGetSystemInfo
|
10 лет назад |
Rohit Nirmal
|
32391cffdd
Silence -Wsign-compare warnings.
|
10 лет назад |
Yuri Kunde Schlesner
|
14eca982f4
Kernel: Implement svcGetProcessInfo in a basic way
|
11 лет назад |
Lioncash
|
dfb424b6d1
dyncom: Rename armdefs.h to armstate.h
|
11 лет назад |
Subv
|
275aaeef9c
Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
|
11 лет назад |
Yuri Kunde Schlesner
|
dc39d06950
Ensure all kernel objects are released during shutdown
|
11 лет назад |
bunnei
|
71e8822d23
kernel: Fix svcWaitSynch to always acquire requested wait objects.
|
11 лет назад |
Emmanuel Gil Peyrot
|
b1503b2020
Remove every trailing whitespace from the project (but externals).
|
11 лет назад |
bunnei
|
0b7d2941cf
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
|
11 лет назад |
Yuri Kunde Schlesner
|
7ada357b2d
Memmap: Re-organize memory function in two files
|
11 лет назад |