PAPI 7.1.0.0
Loading...
Searching...
No Matches
__pthread_mutex_s Struct Reference
Collaboration diagram for __pthread_mutex_s:

Data Fields

int __lock
 
unsigned int __count
 
int __owner
 
unsigned int __nusers
 
int __kind
 
short __spins
 
short __elision
 
__pthread_list_t __list
 

Detailed Description

Definition at line 1399 of file papi_fwrappers_.c.

Field Documentation

◆ __count

unsigned int __pthread_mutex_s::__count

Definition at line 1402 of file papi_fwrappers_.c.

◆ __elision

short __pthread_mutex_s::__elision

Definition at line 1412 of file papi_fwrappers_.c.

◆ __kind

int __pthread_mutex_s::__kind

Definition at line 1409 of file papi_fwrappers_.c.

◆ __list

__pthread_list_t __pthread_mutex_s::__list

Definition at line 1413 of file papi_fwrappers_.c.

◆ __lock

int __pthread_mutex_s::__lock

Definition at line 1401 of file papi_fwrappers_.c.

◆ __nusers

unsigned int __pthread_mutex_s::__nusers

Definition at line 1405 of file papi_fwrappers_.c.

◆ __owner

int __pthread_mutex_s::__owner

Definition at line 1403 of file papi_fwrappers_.c.

◆ __spins

short __pthread_mutex_s::__spins

Definition at line 1411 of file papi_fwrappers_.c.


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