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

Syntax

#include <nn/os.h>

bool IsAlive() const;

Parameters

None.

Return Values

Returns true if the thread has not completed yet. Returns false if it has completed.

Description

Gets whether the thread has completed.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL