#include <revolution/os.h>
BOOL OSIsThreadSuspended (OSThread* thread);
|
Pointer to the thread to check. |
Returns TRUE if the thread is suspended. Otherwise, FALSE.
Checks whether the specified thread is suspended.
Thread Synchronization, Thread Synchronization Functions, OSSuspendThread, OSResumeThread
03/01/2006 Initial version.