Home
last modified time | relevance | path

Searched refs:ACQUIRE_LOCK (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
D_bz2module.c75 #define ACQUIRE_LOCK(obj) do { \ macro
257 ACQUIRE_LOCK(self); in _bz2_BZ2Compressor_compress_impl()
282 ACQUIRE_LOCK(self); in _bz2_BZ2Compressor_flush_impl()
631 ACQUIRE_LOCK(self); in _bz2_BZ2Decompressor_decompress_impl()
D_lzmamodule.c72 #define ACQUIRE_LOCK(obj) do { \ macro
612 ACQUIRE_LOCK(self); in _lzma_LZMACompressor_compress_impl()
639 ACQUIRE_LOCK(self); in _lzma_LZMACompressor_flush_impl()
1138 ACQUIRE_LOCK(self); in _lzma_LZMADecompressor_decompress_impl()
/third_party/libffi/src/
Ddlmalloc.c1447 #define ACQUIRE_LOCK(l) pthread_mutex_lock(l) macro
1459 #define ACQUIRE_LOCK(l) DosRequestMutexSem(*l, SEM_INDEFINITE_WAIT) macro
1491 #define ACQUIRE_LOCK(l) win32_acquire_lock(l) macro
1506 #define ACQUIRE_MORECORE_LOCK() ACQUIRE_LOCK(&morecore_mutex);
1514 #define ACQUIRE_MAGIC_INIT_LOCK() ACQUIRE_LOCK(&magic_init_mutex);
2209 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)