dos12.hlp (Table of Contents; Topic list)
Thread functions (1.2)
Function Groups  Overview                         Up Next Previous
────────────────────────────────────────────────────────────────────────────
DosCreateThread    Creates a thread
DosEnterCritSec    Suspends all but the current thread
DosExit            Terminates a thread or process
DosExitCritSec     Restores threads after a call to DosEnterCritSec
DosGetPID          Retrieves process identifier or parent
DosGetPrty         Retrieves the scheduling priority of a thread
DosResumeThread    Resumes a suspended thread
DosSetPrty         Sets the priority of a thread or process
DosSuspendThread   Suspends a thread
WinIsThreadActive  Determines thread ownership