PAPI 7.1.0.0
Loading...
Searching...
No Matches
ThreadInfo_t Struct Reference

#include <threads.h>

Collaboration diagram for ThreadInfo_t:

Data Fields

unsigned long int tid
 
unsigned long int allocator_tid
 
struct _ThreadInfo * next
 
hwd_context_t ** context
 
void * thread_storage [PAPI_MAX_TLS]
 
EventSetInfo_t ** running_eventset
 
EventSetInfo_tfrom_esi
 
int wants_signal
 
unsigned int tls_papi_event_code
 
int tls_papi_event_code_changed
 

Detailed Description

Definition at line 23 of file threads.h.

Field Documentation

◆ allocator_tid

unsigned long int ThreadInfo_t::allocator_tid

Definition at line 26 of file threads.h.

◆ context

hwd_context_t** ThreadInfo_t::context

Definition at line 28 of file threads.h.

◆ from_esi

EventSetInfo_t* ThreadInfo_t::from_esi

Definition at line 31 of file threads.h.

◆ next

struct _ThreadInfo* ThreadInfo_t::next

Definition at line 27 of file threads.h.

◆ running_eventset

EventSetInfo_t** ThreadInfo_t::running_eventset

Definition at line 30 of file threads.h.

◆ thread_storage

void* ThreadInfo_t::thread_storage[PAPI_MAX_TLS]

Definition at line 29 of file threads.h.

◆ tid

unsigned long int ThreadInfo_t::tid

Definition at line 25 of file threads.h.

◆ tls_papi_event_code

unsigned int ThreadInfo_t::tls_papi_event_code

Definition at line 36 of file threads.h.

◆ tls_papi_event_code_changed

int ThreadInfo_t::tls_papi_event_code_changed

Definition at line 37 of file threads.h.

◆ wants_signal

int ThreadInfo_t::wants_signal

Definition at line 32 of file threads.h.


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