nn::os::Thread::Finalize
#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 system will panic.
Detach
Join
CONFIDENTIAL