SVC: Difference between revisions

No edit summary
m svcWaitSynchronization: add note about 0xec01 result
Line 663: Line 663:


'''0xea01:''' Timeout. Returned when no objects have been signalled within the timeout. Handle index is not updated.
'''0xea01:''' Timeout. Returned when no objects have been signalled within the timeout. Handle index is not updated.
'''0xec01:''' Interrupted. Returns when another thread uses [[#svcCancelSynchronization]] to cancel this thread.


== svcGetSystemTick ==
== svcGetSystemTick ==