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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c800 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) macro
814 #ifndef PREACTION
815 #define PREACTION(M) (0) macro
816 #endif /* PREACTION */
1445 if (!PREACTION(m)) {
1484 if (!PREACTION(m)) {
1983 if (!PREACTION(m)) {
2072 if (PREACTION(m)) return 0;
2163 if (!PREACTION(m
[all...]

Completed in 5 milliseconds