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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1843 #define USE_LOCK_BIT (0U) macro
2096 #define USE_LOCK_BIT (2U) macro
2705 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT)
2706 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT)
2708 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT)
2726 ((M)->mflags | USE_LOCK_BIT) :\
2727 ((M)->mflags & ~USE_LOCK_BIT))
3205 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT;
3207 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT|USE_NONCONTIGUOUS_BIT;

Completed in 44 milliseconds