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

/external/ImageMagick/MagickCore/
H A Dnt-base.c1650 MagickPrivate void NTInitializeWinsock(MagickBooleanType use_lock)
1652 if (use_lock)
1664 if (use_lock)
1622 NTInitializeWinsock(MagickBooleanType use_lock) argument
/external/dlmalloc/
H A 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); }
/external/libffi/src/
H A 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/python/cpython2/Modules/_ctypes/libffi/src/
H A 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/python/cpython3/Modules/_ctypes/libffi/src/
H A 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); }

Completed in 134 milliseconds