Operation
|
Relevant method
|
Method's class
|
Directly suspend a process
|
suspend
|
Process
|
Wait on a semaphore
|
wait
|
Semaphore
|
Wait on a delay
|
wait
|
Delay
|
Open a debugger on an active process
|
reportError:resumable:startBP
|
EtWindowSystemStartUp
|
Debug an active process from within a debugger
|
addProcess
|
EtDebugger
|
Use execLongOperation to evaluate a block in the background (causes the regular UI process to suspend)
|
execLongOperation:
|
EtWindow
|
Resume another process of higher priority
|
resume
|
Process
|
Create another process of higher priority (when the next context switch occurs)
|
forkAt:
|
Block
|
Change the priority of another process to be greater than this process (when the next context switch occurrs)
|
priority:
|
Process
|