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