/external/python/cpython3/Modules/ |
D | _bz2module.c | 347 PyThread_free_lock(self->lock); in _bz2_BZ2Compressor___init___impl() 359 PyThread_free_lock(self->lock); in BZ2Compressor_dealloc() 679 PyThread_free_lock(self->lock); in _bz2_BZ2Decompressor___init___impl() 694 PyThread_free_lock(self->lock); in BZ2Decompressor_dealloc()
|
D | faulthandler.c | 1007 PyThread_free_lock(lock); in faulthandler_fatal_error_c_thread() 1016 PyThread_free_lock(lock); in faulthandler_fatal_error_c_thread() 1346 PyThread_free_lock(thread.cancel_event); in _PyFaulthandler_Fini() 1350 PyThread_free_lock(thread.running); in _PyFaulthandler_Fini()
|
D | _lzmamodule.c | 794 PyThread_free_lock(self->lock); in Compressor_init() 806 PyThread_free_lock(self->lock); in Compressor_dealloc() 1234 PyThread_free_lock(self->lock); in _lzma_LZMADecompressor___init___impl() 1250 PyThread_free_lock(self->lock); in Decompressor_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_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_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_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 | dynload_beos.c | 91 PyThread_free_lock( beos_dyn_lock ); in beos_cleanup_dyn()
|
D | thread_os2.h | 128 PyThread_free_lock(PyThread_type_lock aLock) 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_atheos.h | 197 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 | 26 PyAPI_FUNC(void) PyThread_free_lock(PyThread_type_lock);
|
/external/python/cpython3/Python/ |
D | thread_foobar.h | 55 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | thread_pthread.h | 302 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function 443 PyThread_free_lock(PyThread_type_lock lock) in PyThread_free_lock() function
|
D | thread_nt.h | 259 PyThread_free_lock(PyThread_type_lock aLock) in PyThread_free_lock() function
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 1462 PyThread_free_lock(self->lock); in BZ2File_init() 1475 PyThread_free_lock(self->lock); in BZ2File_dealloc() 1812 PyThread_free_lock(self->lock); in BZ2Comp_init() 1824 PyThread_free_lock(self->lock); in BZ2Comp_dealloc() 2045 PyThread_free_lock(self->lock); in BZ2Decomp_init() 2058 PyThread_free_lock(self->lock); in BZ2Decomp_dealloc()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 389 PyThread_free_lock
|
/external/python/cpython3/Modules/_blake2/ |
D | blake2b_impl.c | 413 PyThread_free_lock(obj->lock); in py_blake2b_dealloc()
|
D | blake2s_impl.c | 413 PyThread_free_lock(obj->lock); in py_blake2s_dealloc()
|