Searched refs:bomp_mutex_t (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/bomp/include/
H A Dmutex.h16 typedef struct thread_mutex bomp_mutex_t; typedef in typeref:struct:thread_mutex
18 static inline void bomp_mutex_init (bomp_mutex_t *mutex)
23 static inline void bomp_mutex_lock (bomp_mutex_t *mutex)
28 static inline void bomp_mutex_unlock (bomp_mutex_t *mutex)
33 static inline void bomp_mutex_destroy (bomp_mutex_t *mutex)
40 typedef pthread_mutex_t bomp_mutex_t; typedef
42 static inline void bomp_mutex_init (bomp_mutex_t *mutex)
47 static inline void bomp_mutex_lock (bomp_mutex_t *mutex)
52 static inline void bomp_mutex_unlock (bomp_mutex_t *mutex)
57 static inline void bomp_mutex_destroy (bomp_mutex_t *mute
[all...]
H A Dbomp_backend.h47 bomp_mutex_t critical_lock;

Completed in 87 milliseconds