nn::os::Thread::Finalize Member Function

Syntax

#include <nn/os.h>

void Finalize();

Arguments

None.

Return Values

None.

Description

Destroys a thread object.

Either Detach or Join must always be called before destroying the thread. If neither is called, the system will panic.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL