PAPI 7.1.0.0
Loading...
Searching...
No Matches
Locking Mechanisms defines
Collaboration diagram for Locking Mechanisms defines:

Macros

#define PAPI_USR1_LOCK   0x0
 
#define PAPI_USR2_LOCK   0x1
 
#define PAPI_NUM_LOCK   0x2
 
#define PAPI_LOCK_USR1   PAPI_USR1_LOCK
 
#define PAPI_LOCK_USR2   PAPI_USR2_LOCK
 
#define PAPI_LOCK_NUM   PAPI_NUM_LOCK
 

Detailed Description

Macro Definition Documentation

◆ PAPI_LOCK_NUM

#define PAPI_LOCK_NUM   PAPI_NUM_LOCK

Definition at line 341 of file papi.h.

◆ PAPI_LOCK_USR1

#define PAPI_LOCK_USR1   PAPI_USR1_LOCK

Definition at line 339 of file papi.h.

◆ PAPI_LOCK_USR2

#define PAPI_LOCK_USR2   PAPI_USR2_LOCK

Definition at line 340 of file papi.h.

◆ PAPI_NUM_LOCK

#define PAPI_NUM_LOCK   0x2

Used with setting up array

Definition at line 338 of file papi.h.

◆ PAPI_USR1_LOCK

#define PAPI_USR1_LOCK   0x0

User controlled locks

Definition at line 336 of file papi.h.

◆ PAPI_USR2_LOCK

#define PAPI_USR2_LOCK   0x1

User controlled locks

Definition at line 337 of file papi.h.