tss_delete

From cppreference.com
< c‎ | thread
Defined in header <threads.h>
void tss_delete( tss_t tss_id );
(since C11)

Destroys the thread-specific storage identified by tss_id.

[edit] Parameters

tss_id - identifier of thread-specific storage to destroy

[edit] Return value

(none)