Searched refs:ACQUIRE_LOCK (Results 1 – 3 of 3) sorted by relevance
75 #define ACQUIRE_LOCK(obj) do { \ macro257 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()
72 #define ACQUIRE_LOCK(obj) do { \ macro612 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()
1447 #define ACQUIRE_LOCK(l) pthread_mutex_lock(l) macro1459 #define ACQUIRE_LOCK(l) DosRequestMutexSem(*l, SEM_INDEFINITE_WAIT) macro1491 #define ACQUIRE_LOCK(l) win32_acquire_lock(l) macro1506 #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)