nnosThreadIsAlive Function

Syntax

#include <nn/os.h>

NN_EXTERN_C bool nnosThreadIsAlive(
     nnosThread * this_
);

Arguments

Name Description
this_

Return Values

Description

See the corresponding C++ function nn::os::Thread::IsAlive.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL