#include <revolution/os.h>
void OSExitThread (void* val);
|
The thread end value that the OSJoinThread function receives. |
None.
Ends the current (called) thread and switches to the next runnable thread.
When a thread function completes, this function is called automatically (by returning). In other words, upon returning from a function specified when the thread was created, this function executes.
Thread Synchronization, Thread Synchronization Functions,
OSCreateThread, OSCancelThread
2006/03/01 Initial version.
CONFIDENTIAL