![]()  | 
  
    Multi-ApplicationOnlineProfiling
    2.1
    
   | 
 
#include "Spinlock.h"
Go to the source code of this file.
Functions | |
| int | MALP_Spinlock_trylock (MALP_Spinlock *mutex) | 
| Tries to lock the given MALP_Spinlock.  More... | |
| int | MALP_Spinlock_lock (MALP_Spinlock *mutex) | 
| Locks the given MALP_Spinlock.  More... | |
| int | MALP_Spinlock_unlock (MALP_Spinlock *mutex) | 
| Unlocks the given MALP_Spinlock.  More... | |