OSIsThreadSuspended

C Specification

#include <revolution/os.h>
BOOL OSIsThreadSuspended (OSThread* thread);

Arguments

thread Pointer to the thread to check.

Return Values

Returns TRUE if the thread is suspended. Otherwise, FALSE.

Description

Checks whether the specified thread is suspended.

See Also

Thread Synchronization, Thread Synchronization Functions, OSSuspendThreadOSResumeThread

Revision History

03/01/2006 Initial version.