SVC: Difference between revisions
Misson20000 (talk | contribs) Add svcCancelSynchronization section |
No edit summary |
||
Line 679: | Line 679: | ||
</div> | </div> | ||
If the referenced thread is currently in | 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 | 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 === |