Changes

137 bytes added ,  12:22, 24 September 2018
no edit summary
Line 679: Line 679:  
</div>
 
</div>
   −
If the referenced thread is currently in an [[#svcWaitSynchronization]] call, that call will be interrupted and return 0xec01.
+
If the referenced thread is currently in a synchronization call ([[#svcWaitSynchronization]], [[#svcReplyAndReceive]] or [[#svcReplyAndReceiveLight]]), that call will be interrupted and return 0xec01.
If that thread is not currently executing [[#svcWaitSynchronization]], the next call to [[#svcWaitSynchronization]] will return 0xec01.
+
If that thread is not currently executing such a synchronization call, the next call to a synchronization call will return 0xec01.
 +
 
 +
This doesn't take force-pause (activity/debug pause) into account.
    
=== Result codes ===
 
=== Result codes ===
88

edits