Yuri Kunde Schlesner
|
09ae6e1fa3
Remove result.h InvalidHandle
|
11 лет назад |
Yuri Kunde Schlesner
|
44f90340dc
SVC: Change return type of handlers to ResultCode
|
11 лет назад |
Yuri Kunde Schlesner
|
d52d859936
Kernel: Convert Event to not use Handles
|
11 лет назад |
Yuri Kunde Schlesner
|
ad80ff1e32
Kernel: Convert Timer to (mostly) not use Handles
|
11 лет назад |
Yuri Kunde Schlesner
|
882b6fed75
Kernel: Convert Mutex to not use Handles
|
11 лет назад |
Yuri Kunde Schlesner
|
38e7122f23
Kernel: Convert AddressArbiter to not use Handles
|
11 лет назад |
Yuri Kunde Schlesner
|
d9b19be1d9
Kernel: Convert Semaphore to not use Handles
|
11 лет назад |
Yuri Kunde Schlesner
|
4bb33dfc30
Kernel: Convert SharedMemory to not use Handles
|
11 лет назад |
bunnei
|
206cabc0e4
Merge pull request #412 from purpasmart96/svc_table_cleanup
|
11 лет назад |
purpasmart96
|
62f4365db1
SVC: Update the SVC function table
|
11 лет назад |
bunnei
|
731154f79e
WaitSynchronization: Added a result code for invalid result, fixed bug.
|
11 лет назад |
bunnei
|
68ddaaa2f5
Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.
|
11 лет назад |
bunnei
|
15b6a4d9ad
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
|
11 лет назад |
bunnei
|
c68eb15695
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.
|
11 лет назад |
bunnei
|
d2759c578e
Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.
|
11 лет назад |
bunnei
|
9412996c8f
Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely.
|
11 лет назад |
bunnei
|
c06d64528a
SVC: Removed a Sleep that made no sense
|
11 лет назад |
bunnei
|
254e4ebd58
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense.
|
11 лет назад |
bunnei
|
e5a9f1c644
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
|
11 лет назад |
bunnei
|
6deb1a0119
WaitSynchronizationN: Improved comments
|
11 лет назад |
bunnei
|
6643673f28
WaitSynchronizationN: Refactor to fix several bugs
|
11 лет назад |
bunnei
|
aa01c57ae9
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
|
11 лет назад |
bunnei
|
627e96fc15
WaitSynchronizationN: Handle case where handles=nullptr.
|
11 лет назад |
bunnei
|
f5c6d367c9
WaitSynchronizationN: Handle case where handle_count is invalid.
|
11 лет назад |
bunnei
|
064be2b86f
WaitSynchronizationN: Handle case where handle_count=0.
|
11 лет назад |
bunnei
|
7faf2d8e06
WaitSynchronizationN: Implement return values
|
11 лет назад |
Subv
|
9e2ae289b8
AddrArbiter: Implement arbitration types 3 and 4.
|
11 лет назад |
Subv
|
38da198aa1
SVC: Wake up the thread after the delay in WaitSync1
|
11 лет назад |
archshift
|
228843c43e
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
|
11 лет назад |
Yuri Kunde Schlesner
|
8ad41775cc
Kernel: Start using boost::intrusive_ptr for lifetime management
|
11 лет назад |