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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c2147 PREACTION should be defined to return 0 on success, and nonzero on
2157 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro
2161 #ifndef PREACTION
2162 #define PREACTION(M) (0) macro
2163 #endif /* PREACTION */
2833 if (!PREACTION(m)) {
2871 if (!PREACTION(m)) {
3787 if (!PREACTION(m)) {
3878 if (PREACTION(m)) return 0;
4008 if (PREACTION(
[all...]

Completed in 542 milliseconds