Searched refs:RELEASE_LOCK (Results 1 – 3 of 3) sorted by relevance
81 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock) macro262 RELEASE_LOCK(self); in _bz2_BZ2Compressor_compress_impl()289 RELEASE_LOCK(self); in _bz2_BZ2Compressor_flush_impl()636 RELEASE_LOCK(self); in _bz2_BZ2Decompressor_decompress_impl()
78 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock) macro619 RELEASE_LOCK(self); in _lzma_LZMACompressor_compress_impl()646 RELEASE_LOCK(self); in _lzma_LZMACompressor_flush_impl()1143 RELEASE_LOCK(self); in _lzma_LZMADecompressor_decompress_impl()
1448 #define RELEASE_LOCK(l) pthread_mutex_unlock(l) macro1460 #define RELEASE_LOCK(l) DosReleaseMutexSem(*l) macro1492 #define RELEASE_LOCK(l) win32_release_lock(l) macro1507 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);1515 #define RELEASE_MAGIC_INIT_LOCK() RELEASE_LOCK(&magic_init_mutex);2210 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }