Searched refs:use_lock (Results 1 – 2 of 2) sorted by relevance
2078 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) macro2161 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)2162 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
2601 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) macro2693 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)2694 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }