nn::os::ManagedThread::~ManagedThread Destructor

Syntax

#include <nn/os.h>

~ManagedThread();

Arguments

None.

Description

Destructor.

If one of the intialize member functions has been called but Finalize has not been called, this function internally calls Finalize. For details about this process, see the Finalize function.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL