| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
#include <ittnotify_config.h>
Public Attributes | |
| const char * | nameA | 
| void * | nameW | 
| TIDT | tid | 
| __itt_thread_state | state | 
| int | extra1 | 
| void * | extra2 | 
| struct ___itt_thread_info * | next | 
Definition at line 371 of file ittnotify_config.h.
| int ___itt_thread_info::extra1 | 
Reserved to the runtime
Definition at line 381 of file ittnotify_config.h.
| void* ___itt_thread_info::extra2 | 
Reserved to the runtime
Definition at line 382 of file ittnotify_config.h.
| const char* ___itt_thread_info::nameA | 
Copy of original name in ASCII.
Definition at line 373 of file ittnotify_config.h.
| void* ___itt_thread_info::nameW | 
Definition at line 377 of file ittnotify_config.h.
| struct ___itt_thread_info* ___itt_thread_info::next | 
Definition at line 383 of file ittnotify_config.h.
| __itt_thread_state ___itt_thread_info::state | 
Thread state (paused or normal)
Definition at line 380 of file ittnotify_config.h.
| TIDT ___itt_thread_info::tid | 
Definition at line 379 of file ittnotify_config.h.