PAPI 7.1.0.0
Loading...
Searching...
No Matches
solaris-lock.h
Go to the documentation of this file.
1extern rwlock_t lock[PAPI_MAX_LOCK];
2
3#define _papi_hwd_lock(lck) rw_wrlock(&lock[lck]);
4
5#define _papi_hwd_unlock(lck) rw_unlock(&lock[lck]);
6
7
8
9
10
#define PAPI_MAX_LOCK
Definition: papi_lock.h:18
rwlock_t lock[PAPI_MAX_LOCK]
Definition: aix.c:25