nn::os::Thread::IsAlive Member Function

Syntax

#include <nn/os.h>

bool IsAlive() const;

Arguments

None.

Return Values

Returns true if the thread is alive and false otherwise.

Description

Gets whether a thread is alive.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL