Home
last modified time | relevance | path

Searched refs:use_lock (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dnt-base.c1666 MagickPrivate void NTInitializeWinsock(MagickBooleanType use_lock) in NTInitializeWinsock() argument
1668 if (use_lock) in NTInitializeWinsock()
1680 if (use_lock) in NTInitializeWinsock()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2126 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) macro
2209 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2210 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
/external/libffi/src/
Ddlmalloc.c2121 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) macro
2204 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2205 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
/external/dlmalloc/
Dmalloc.c2644 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) macro
2743 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2744 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }