dos12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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