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