Go to the documentation of this file. 1 #ifndef _PAPI_DEFINES_H 2 #define _PAPI_DEFINES_H 6 #define INTERNAL_LOCK PAPI_NUM_LOCK+0 7 #define MULTIPLEX_LOCK PAPI_NUM_LOCK+1 8 #define THREADS_LOCK PAPI_NUM_LOCK+2 9 #define HIGHLEVEL_LOCK PAPI_NUM_LOCK+3 10 #define MEMORY_LOCK PAPI_NUM_LOCK+4 11 #define COMPONENT_LOCK PAPI_NUM_LOCK+5 12 #define GLOBAL_LOCK PAPI_NUM_LOCK+6 13 #define CPUS_LOCK PAPI_NUM_LOCK+7 14 #define NAMELIB_LOCK PAPI_NUM_LOCK+8 17 #define NUM_INNER_LOCK 9 18 #define PAPI_MAX_LOCK (NUM_INNER_LOCK + PAPI_NUM_LOCK)