Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Spinlock.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef volatile unsigned int MALP_Spinlock
 The type of spinlocks in MALP. More...
 

Functions

int MALP_Spinlock_lock (MALP_Spinlock *atomic)
 Locks the given MALP_Spinlock. More...
 
int MALP_Spinlock_unlock (MALP_Spinlock *atomic)
 Unlocks the given MALP_Spinlock. More...
 
int MALP_Spinlock_trylock (MALP_Spinlock *mutex)
 Tries to lock the given MALP_Spinlock. More...