end a thread of execution
#include <process.h> void _endthread(void);
The _endthread() function is used to terminate a thread created by _beginthread(). It uses the appropriate system call to end the current thread of execution.
See _beginthread().
WATCOM
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |