nn::os::Thread::Join Member Function

Syntax

#include <nn/os.h>

void Join();

Arguments

None.

Return Values

None.

Description

Waits for a thread to exit.

This function waits for a thread to exit, with no conditions. In order to exercise more fine-grained control (for example, waiting with a timeout), wait for the thread to exit using the functions in the WaitObject class, then call this function.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL