LLVM  3.7.0
Public Attributes | List of all members
___itt_thread_info Struct Reference

#include <ittnotify_config.h>

Collaboration diagram for ___itt_thread_info:
[legend]

Public Attributes

const char * nameA
 Copy of original name in ASCII. More...
 
void * nameW
 
TIDT tid
 
__itt_thread_state state
 Thread state (paused or normal) More...
 
int extra1
 Reserved to the runtime. More...
 
void * extra2
 Reserved to the runtime. More...
 
struct ___itt_thread_infonext
 

Detailed Description

Definition at line 297 of file ittnotify_config.h.

Member Data Documentation

int ___itt_thread_info::extra1

Reserved to the runtime.

Definition at line 307 of file ittnotify_config.h.

void* ___itt_thread_info::extra2

Reserved to the runtime.

Definition at line 308 of file ittnotify_config.h.

const char* ___itt_thread_info::nameA

Copy of original name in ASCII.

Definition at line 299 of file ittnotify_config.h.

void* ___itt_thread_info::nameW

Definition at line 303 of file ittnotify_config.h.

struct ___itt_thread_info* ___itt_thread_info::next

Definition at line 309 of file ittnotify_config.h.

__itt_thread_state ___itt_thread_info::state

Thread state (paused or normal)

Definition at line 306 of file ittnotify_config.h.

TIDT ___itt_thread_info::tid

Definition at line 305 of file ittnotify_config.h.


The documentation for this struct was generated from the following file: