tss_delete
From cppreference.com
                    
                                        
                    
                    
                                                            
                    |   Defined in header  
<threads.h>
  | 
||
|   void tss_delete( tss_t tss_id ); 
 | 
(since C11) | |
Destroys the thread-specific storage identified by tss_id.
| This section is incomplete Reason: The standard doesn't say anything about the destructor  | 
[edit] Parameters
| tss_id | - | identifier of thread-specific storage to destroy | 
[edit] Return value
(none)