Searched defs:ACQUIRE_LOCK (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1858 #define ACQUIRE_LOCK(sl) bf_acquire_lock(sl) macro
1952 #define ACQUIRE_LOCK(sl) (CAS_LOCK(sl)? spin_acquire_lock(sl) : 0) macro
2029 #define ACQUIRE_LOCK(lk) recursive_acquire_lock(lk) macro
2036 #define ACQUIRE_LOCK(lk) (EnterCriticalSection(lk), 0) macro
2065 #define ACQUIRE_LOCK(lk) pthread_mutex_lock(lk) macro

Completed in 48 milliseconds