nn::os::Thread::Detach Member Function

Syntax

#include <nn/os.h>

void Detach();

Arguments

None.

Return Values

None.

Description

Detaches a thread.

Doing so essentially declares that this object will not perform any more operations on the thread. The Finalize function and the destructor then become the only valid calls that can be made on this object.

This function cannot be called on threads that were started using Start.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL