PAPI  5.0.1.0
aix-lock.h File Reference
Include dependency graph for aix-lock.h:

Go to the source code of this file.

Defines

#define _papi_hwd_lock(lck)
#define _papi_hwd_unlock(lck)

Variables

atomic_p lock []

Define Documentation

#define _papi_hwd_lock (   lck)
Value:
{                                                 \
  while(_check_lock(lock[lck],0,1) == TRUE) { ; } \
}

Definition at line 6 of file aix-lock.h.

#define _papi_hwd_unlock (   lck)
Value:
{                                               \
  _clear_lock(lock[lck], 0);                    \
}

Definition at line 11 of file aix-lock.h.


Variable Documentation

atomic_p lock[]

Definition at line 25 of file aix.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines