ThreadSwitch

Signal possibility of thread switch

Declaration

Source position: threadh.inc line 153

  procedure ThreadSwitch;

Description

ThreadSwitch signals the operating system that the thread should be suspended and that another thread should be executed.

This call is a hint only, and may be ignored.

See also

Name Description
KillThread Kill a running thread
ResumeThread Resume a suspended thread.
SuspendThread Suspend a running thread.