nn::os::ManagedThread::Join Member Function

Syntax

#include <nn/os.h>

void Join();

Parameters

None.

Return Values

None.

Description

Waits for a thread to exit.

Note that if this function is called before Start, it will not return until after Start has been called.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL