nn::os::ManagedThread::IsAlive Member Function

Syntax

#include <nn/os.h>

bool IsAlive() const;

Parameters

None.

Return Values

Returns true if the thread being managed is still alive and has not ended, or false if it has completed.

Description

Determines whether the thread is still alive and not yet completed.

Performs the same processing as the Thread::IsAlive function. For details, see the Thread::IsAlive function.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL