Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c2206 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro
2211 #define PREACTION(M) (0) macro
/third_party/libffi/src/
Ddlmalloc.c2209 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0) macro
2214 #define PREACTION(M) (0) macro