nn::os::ThreadLocalStorage::~ThreadLocalStorage Destructor

Syntax

#include <nn/os.h>

~ThreadLocalStorage();

Arguments

None.

Description

Frees the slots of a thread-local storage object and destroys the object.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL