Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2209 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro
2214 #define PREACTION(M) (0) macro
/external/libffi/src/
Ddlmalloc.c2204 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro
2209 #define PREACTION(M) (0) macro
/external/dlmalloc/
Dmalloc.c2743 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro
2748 #define PREACTION(M) (0) macro