Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
___itt_thread_info Struct Reference

#include <ittnotify_config.h>

Collaboration diagram for ___itt_thread_info:

Public Attributes

const char * nameA
 
voidnameW
 
TIDT tid
 
__itt_thread_state state
 
int extra1
 
voidextra2
 
struct ___itt_thread_infonext
 

Detailed Description

Definition at line 355 of file ittnotify_config.h.

Member Data Documentation

◆ extra1

int ___itt_thread_info::extra1

Reserved to the runtime

Definition at line 365 of file ittnotify_config.h.

◆ extra2

void* ___itt_thread_info::extra2

Reserved to the runtime

Definition at line 366 of file ittnotify_config.h.

◆ nameA

const char* ___itt_thread_info::nameA

Copy of original name in ASCII.

Definition at line 357 of file ittnotify_config.h.

◆ nameW

void* ___itt_thread_info::nameW

Definition at line 361 of file ittnotify_config.h.

◆ next

struct ___itt_thread_info* ___itt_thread_info::next

Definition at line 367 of file ittnotify_config.h.

◆ state

__itt_thread_state ___itt_thread_info::state

Thread state (paused or normal)

Definition at line 364 of file ittnotify_config.h.

◆ tid

TIDT ___itt_thread_info::tid

Definition at line 363 of file ittnotify_config.h.


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

Copyright © 2005-2019 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.