SVC: Difference between revisions
Line 1,850: | Line 1,850: | ||
| 0 || 1 || IgnoreException (note: doesn't need to be set in the same call than Resume) | | 0 || 1 || IgnoreException (note: doesn't need to be set in the same call than Resume) | ||
|- | |- | ||
| 1 || 2 || | | 1 || 2 || DontCatchExceptions | ||
|- | |- | ||
| 2 || 4 || Resume | | 2 || 4 || Resume | ||
|- | |- | ||
| 3 || 8 || | | 3 || 8 || IgnoreOtherThreadsExceptions | ||
|} | |} | ||
IgnoreExceptionsOfOthers is like IgnoreException but acts on all threads that aren't in the input list. The affected threads are resumed. | |||
Only one of of Resume and IgnoreOtherThreadsExceptions can be set at a time. | |||
If the input number of threads is 0, this means "all threads". | If the input number of threads is 0, this means "all threads". |