thrd_current
From cppreference.com
                    
                                        
                    
                    
                                                            
                    | Defined in header  <threads.h> | ||
| thrd_t thrd_current(void); | (since C11) | |
Returns the identifier of the calling thread.
| Contents | 
[edit] Parameters
(none)
[edit] Return value
The identifier of the calling thread.
[edit] References
- C11 standard (ISO/IEC 9899:2011):
- 7.26.5.2 The thrd_current function (p: 383)
 
[edit] See also
| C++ documentation for get_id | 


