osdThreadExit

osdThreadExit

osd

1998 12-05


NAME

osdThreadExit - exit the current thread


SYNOPSIS

void osdThreadExit(int status)

osdThreadExit() exits the current thread of execution. Even though there is a status argument, there is no supported method to obtain this value unless this function is called by the last thread in which case status is the process exit code.


ARGUMENTS


status the exit status of the thread