LLVM OpenMP 20.0.0git
Public Attributes | List of all members
___itt_thread_info Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h"

Public Attributes

const charnameA
 Copy of original name in ASCII.
 
voidnameW
 
TIDT tid
 
__itt_thread_state state
 Thread state (paused or normal)
 
int extra1
 Reserved to the runtime.
 
voidextra2
 Reserved to the runtime.
 
struct ___itt_thread_infonext
 

Detailed Description

Definition at line 407 of file ittnotify_config.h.

Member Data Documentation

◆ extra1

int ___itt_thread_info::extra1

Reserved to the runtime.

Definition at line 416 of file ittnotify_config.h.

◆ extra2

void* ___itt_thread_info::extra2

Reserved to the runtime.

Definition at line 417 of file ittnotify_config.h.

◆ nameA

const char* ___itt_thread_info::nameA

Copy of original name in ASCII.

Definition at line 408 of file ittnotify_config.h.

◆ nameW

void* ___itt_thread_info::nameW

Definition at line 412 of file ittnotify_config.h.

◆ next

struct ___itt_thread_info* ___itt_thread_info::next

Definition at line 418 of file ittnotify_config.h.

◆ state

__itt_thread_state ___itt_thread_info::state

Thread state (paused or normal)

Definition at line 415 of file ittnotify_config.h.

◆ tid

TIDT ___itt_thread_info::tid

Definition at line 414 of file ittnotify_config.h.


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