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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2705 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) macro
2804 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2805 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }

Completed in 44 milliseconds