Yuri Kunde Schlesner
|
52f58e64ef
Kernel: Make WaitObjects share ownership of Threads waiting on them
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
7725256f64
Explicitly instantiate constructors/destructors for Kernel objects
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
4e84df8be3
Mutex: Replace g_mutex_held_locks with a set inside Thread
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
a9b86db3cf
Kernel: Use separate Handle tables for CoreTiming userdata
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
664c79ff47
Thread: Modernize two functions that slipped through previous rebases
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
d917a9bf77
Kernel: Mark all appropriate kernel objects as "final"
|
11 vuotta sitten |
bunnei
|
68ddaaa2f5
Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.
|
11 vuotta sitten |
bunnei
|
15b6a4d9ad
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
|
11 vuotta sitten |
bunnei
|
c68eb15695
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.
|
11 vuotta sitten |
bunnei
|
9412996c8f
Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely.
|
11 vuotta sitten |
bunnei
|
254e4ebd58
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense.
|
11 vuotta sitten |
bunnei
|
e5a9f1c644
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
|
11 vuotta sitten |
bunnei
|
6643673f28
WaitSynchronizationN: Refactor to fix several bugs
|
11 vuotta sitten |
bunnei
|
aa01c57ae9
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
|
11 vuotta sitten |
bunnei
|
7faf2d8e06
WaitSynchronizationN: Implement return values
|
11 vuotta sitten |
bunnei
|
1f7a04f05a
Thread: Keep track of multiple wait objects.
|
11 vuotta sitten |
bunnei
|
c22bac6398
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
|
11 vuotta sitten |
Lioncash
|
a3f5e5605c
core: Fix a few docstrings
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
8ad41775cc
Kernel: Start using boost::intrusive_ptr for lifetime management
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
9bf8462b96
Thread: Reduce use of Handles and move some funcs to inside the class.
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
ba72208cd4
Kernel: Move Thread's definition to the header file
|
11 vuotta sitten |
bunnei
|
d46f650036
Merge pull request #255 from Subv/cbranch_3
|
11 vuotta sitten |
Subv
|
07044651ef
SVC: Implemented the Timer service calls.
|
11 vuotta sitten |
Subv
|
dfc440785a
SVC: Fixed SleepThread.
|
11 vuotta sitten |
Subv
|
60a373a786
Threads: Use a dummy idle thread when no other are ready.
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
7e2903cb74
Kernel: New handle manager
|
11 vuotta sitten |
bunnei
|
0de6a08d75
Merge pull request #291 from purpasmart96/license
|
11 vuotta sitten |
purpasmart96
|
ebfd831ccb
License change
|
11 vuotta sitten |
bunnei
|
4fcdbed9f6
Thread: Wait current thread on svc_SleepThread
|
11 vuotta sitten |
Yuri Kunde Schlesner
|
adee775f44
Kernel: Implement support for current thread pseudo-handle
|
11 vuotta sitten |