nn::os::ManagedThread::Finalize Member Function#include <nn/os.h> void Finalize();
None.
Deallocates the resources.
Deallocates the resources allocated by this instance.
Either the Detach or Join function must have been called before this function is called.
After this function is called, the target thread is no longer subject to management, so it will not be enumerated by Enumerate and it will not be a subject of searching by FindByStackAddress and FindById.
CONFIDENTIAL