Subv
|
e6a7723f2f
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
|
před 9 roky |
Yuri Kunde Schlesner
|
84fbbe2629
Use negative priorities to avoid special-casing the self-include
|
před 9 roky |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
před 9 roky |
Yuri Kunde Schlesner
|
396a8d91a4
Manually tweak source formatting and then re-run clang-format
|
před 9 roky |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
před 9 roky |
bunnei
|
71e8822d23
kernel: Fix svcWaitSynch to always acquire requested wait objects.
|
před 11 roky |
Emmanuel Gil Peyrot
|
b1503b2020
Remove every trailing whitespace from the project (but externals).
|
před 11 roky |
bunnei
|
0b7d2941cf
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
|
před 11 roky |
Yuri Kunde Schlesner
|
e1fbac3ca1
Common: Remove common.h
|
před 11 roky |
archshift
|
ef24e72b26
Asserts: break/crash program, fit to style guide; log.h->assert.h
|
před 11 roky |
Yuri Kunde Schlesner
|
88a4a808c6
Kernel: Stop creating useless Handles during object creation
|
před 11 roky |
Yuri Kunde Schlesner
|
7725256f64
Explicitly instantiate constructors/destructors for Kernel objects
|
před 11 roky |
Yuri Kunde Schlesner
|
d9b19be1d9
Kernel: Convert Semaphore to not use Handles
|
před 11 roky |
bunnei
|
f09806aed2
Kernel: Renamed some functions for clarity.
|
před 11 roky |
bunnei
|
15b6a4d9ad
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
|
před 11 roky |
bunnei
|
c68eb15695
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.
|
před 11 roky |
bunnei
|
e5a9f1c644
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
|
před 11 roky |
bunnei
|
6643673f28
WaitSynchronizationN: Refactor to fix several bugs
|
před 11 roky |
bunnei
|
aa01c57ae9
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
|
před 11 roky |
bunnei
|
7faf2d8e06
WaitSynchronizationN: Implement return values
|
před 11 roky |
bunnei
|
c22bac6398
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
|
před 11 roky |
Yuri Kunde Schlesner
|
8ad41775cc
Kernel: Start using boost::intrusive_ptr for lifetime management
|
před 11 roky |
Yuri Kunde Schlesner
|
9bf8462b96
Thread: Reduce use of Handles and move some funcs to inside the class.
|
před 11 roky |
Yuri Kunde Schlesner
|
7e2903cb74
Kernel: New handle manager
|
před 11 roky |
Yuri Kunde Schlesner
|
23f2142009
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
|
před 11 roky |
Yuri Kunde Schlesner
|
73fba22c01
Rename ObjectPool to HandleTable
|
před 11 roky |
bunnei
|
0de6a08d75
Merge pull request #291 from purpasmart96/license
|
před 11 roky |
purpasmart96
|
ebfd831ccb
License change
|
před 11 roky |
Chin
|
e795692614
Clean up some warnings
|
před 11 roky |
Subv
|
ea95876431
Kernel/Semaphore: Small style change
|
před 11 roky |