tss_get
From cppreference.com
                    
                                        
                    
                    
                                                            
                    |   Defined in header  
<threads.h>
  | 
||
|   void *tss_get( tss_t tss_id ); 
 | 
(since C11) | |
Returns the value held in thread-specific storage for the current thread identified by tss_id
[edit] Parameters
| tss_id | - | identifies the thread-specific storage to access | 
[edit] Return value
The value on success, NULL on failure.
[edit] See also
|    (C11) 
 | 
   write to thread-specific storage   (function)  |