Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_bz2module.c81 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock) macro
262 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()
D_lzmamodule.c78 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock) macro
619 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()
/third_party/libffi/src/
Ddlmalloc.c1448 #define RELEASE_LOCK(l) pthread_mutex_unlock(l) macro
1460 #define RELEASE_LOCK(l) DosReleaseMutexSem(*l) macro
1492 #define RELEASE_LOCK(l) win32_release_lock(l) macro
1507 #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); }