OSIsThreadSuspended

Syntax

#include <revolution/os.h>

BOOL OSIsThreadSuspended(OSThread* thread);

Arguments

thread Pointer to the thread to check.

Return Values

TRUE if the thread is suspended; otherwise FALSE.

Description

Checks whether the specified thread is suspended.

See Also

Thread Functions, Thread Synchronization Functions, OSSuspendThread, OSResumeThread

Revision History

2006/03/01 Initial version.


CONFIDENTIAL