Searched defs:PREACTION (Results 1 – 2 of 2) sorted by relevance
2161 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro2166 #define PREACTION(M) (0) macro
2693 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro2698 #define PREACTION(M) (0) macro