nn::os::Thread::Join Member Function#include <nn/os.h> void Join();
None.
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.
CONFIDENTIAL