/external/python/cpython3/Modules/ |
D | _bz2module.c | 323 PyThread_free_lock(self->lock); in _bz2_BZ2Compressor___init___impl() 333 PyThread_free_lock(self->lock); in BZ2Compressor_dealloc() 624 PyThread_free_lock(self->lock); in _bz2_BZ2Decompressor___init___impl() 644 PyThread_free_lock(self->lock); in _bz2_BZ2Decompressor___init___impl() 657 PyThread_free_lock(self->lock); in BZ2Decompressor_dealloc()
|
D | _lzmamodule.c | 768 PyThread_free_lock(self->lock); in Compressor_init() 778 PyThread_free_lock(self->lock); in Compressor_dealloc() 1167 PyThread_free_lock(self->lock); in _lzma_LZMADecompressor___init___impl() 1213 PyThread_free_lock(self->lock); in _lzma_LZMADecompressor___init___impl() 1227 PyThread_free_lock(self->lock); in Decompressor_dealloc()
|
D | faulthandler.c | 1088 PyThread_free_lock(lock); in faulthandler_fatal_error_c_thread() 1097 PyThread_free_lock(lock); in faulthandler_fatal_error_c_thread() 1396 PyThread_free_lock(thread.cancel_event); in _PyFaulthandler_Fini() 1400 PyThread_free_lock(thread.running); in _PyFaulthandler_Fini()
|
D | _queuemodule.c | 33 PyThread_free_lock(self->lock); in simplequeue_dealloc()
|
/external/python/cpython2/Include/ |
D | pythread.h | 18 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
|
/external/python/cpython2/Python/ |
D | thread_foobar.h | 56 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | thread_cthread.h | 85 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | thread_wince.h | 87 void PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock() function
|
D | thread_pthread.h | 283 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function 393 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | thread_solaris.h | 99 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | thread_lwp.h | 78 void PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | thread_pth.h | 114 void PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | thread_os2.h | 128 PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock() function
|
D | dynload_beos.c | 91 PyThread_free_lock( beos_dyn_lock ); in beos_cleanup_dyn()
|
D | thread_atheos.h | 197 void PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | thread_beos.h | 199 void PyThread_free_lock( PyThread_type_lock lock ) in PyThread_free_lock() function
|
D | thread_nt.h | 228 PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock() function
|
D | thread_sgi.h | 232 void PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
/external/python/cpython3/Include/ |
D | pythread.h | 34 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
|
/external/python/cpython3/Python/ |
D | thread_pthread.h | 397 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function 578 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | pystate.c | 113 PyThread_free_lock(runtime->interpreters.mutex); in _PyRuntimeState_Fini() 118 PyThread_free_lock(runtime->xidregistry.mutex); in _PyRuntimeState_Fini() 370 PyThread_free_lock(interp->id_mutex); in PyInterpreterState_Delete() 405 PyThread_free_lock(interp->id_mutex); in _PyInterpreterState_DeleteExceptMain()
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 1491 PyThread_free_lock(self->lock); in BZ2File_init() 1504 PyThread_free_lock(self->lock); in BZ2File_dealloc() 1826 PyThread_free_lock(self->lock); in BZ2Comp_init() 1838 PyThread_free_lock(self->lock); in BZ2Comp_dealloc() 2059 PyThread_free_lock(self->lock); in BZ2Decomp_init() 2072 PyThread_free_lock(self->lock); in BZ2Decomp_dealloc()
|
/external/python/cffi/c/ |
D | ffi_obj.c | 979 PyThread_free_lock((PyThread_type_lock)lock); in _free_init_once_lock() 987 PyThread_free_lock(lock); in _free_init_once_lock() 1020 PyThread_free_lock(lock); in ffi_init_once()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 389 PyThread_free_lock
|
/external/python/cpython3/Modules/_blake2/ |
D | blake2s_impl.c | 391 PyThread_free_lock(obj->lock); in py_blake2s_dealloc()
|