nn::os::Thread::Finalize Member Function#include <nn/os.h> void Finalize();
None.
Destroys a thread object.
Either Detach or Join must always be called before destroying the thread. If neither is called, the process will fail on an internal assertion.
CONFIDENTIAL