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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2798 PREACTION should be defined to return 0 on success, and nonzero on
2804 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro
2808 #ifndef PREACTION
2809 #define PREACTION(M) (0) macro
2810 #endif /* PREACTION */
3550 if (!PREACTION(m)) {
3590 if (!PREACTION(m)) {
4632 if (!PREACTION(gm)) {
4760 if (!PREACTION(fm)) {
4970 if (PREACTION(
[all...]

Completed in 106 milliseconds