Lines Matching refs:PREACTION
800 PREACTION should be defined to return 0 on success, and nonzero on
810 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
814 #ifndef PREACTION
815 #define PREACTION(M) (0)
816 #endif /* PREACTION */
1445 if (!PREACTION(m)) {
1484 if (!PREACTION(m)) {
1983 if (!PREACTION(m)) {
2072 if (PREACTION(m)) return 0;
2163 if (!PREACTION(ms)) {
2283 if (!PREACTION(fm)) {