/external/python/cpython3/Modules/ |
D | _xxsubinterpretersmodule.c | 754 PyThread_release_lock(chan->mutex); in _channel_free() 781 PyThread_release_lock(chan->mutex); in _channel_add() 805 PyThread_release_lock(chan->mutex); in _channel_next() 830 PyThread_release_lock(chan->mutex); in _channel_close_interpreter() 859 PyThread_release_lock(chan->mutex); in _channel_close_all() 990 PyThread_release_lock(channels->mutex); in _channels_lookup() 1019 PyThread_release_lock(channels->mutex); in _channels_add() 1083 PyThread_release_lock(channels->mutex); in _channels_close() 1126 PyThread_release_lock(channels->mutex); in _channels_remove() 1145 PyThread_release_lock(channels->mutex); in _channels_add_id_object() [all …]
|
D | _queuemodule.c | 33 PyThread_release_lock(self->lock); in simplequeue_dealloc() 106 PyThread_release_lock(self->lock); in _queue_SimpleQueue_put_impl() 244 PyThread_release_lock(self->lock); in _queue_SimpleQueue_get_impl()
|
D | faulthandler.c | 573 PyThread_release_lock(thread.cancel_event); in faulthandler_thread() 589 PyThread_release_lock(thread.running); in faulthandler_thread() 596 PyThread_release_lock(thread.cancel_event); in cancel_dump_traceback_later() 600 PyThread_release_lock(thread.running); in cancel_dump_traceback_later() 710 PyThread_release_lock(thread.running); in faulthandler_dump_traceback_later() 1020 PyThread_release_lock(lock); in faulthandler_fatal_error_thread() 1048 PyThread_release_lock(lock); in faulthandler_fatal_error_c_thread() 1373 PyThread_release_lock(thread.cancel_event); in _PyFaulthandler_Fini()
|
D | hashlib.h | 53 PyThread_release_lock((obj)->lock); \
|
D | _threadmodule.c | 34 PyThread_release_lock(self->lock_lock); in lock_dealloc() 176 PyThread_release_lock(self->lock_lock); in lock_PyThread_release_lock() 280 PyThread_release_lock(self->rlock_lock); in rlock_dealloc() 349 PyThread_release_lock(self->rlock_lock); in rlock_release() 412 PyThread_release_lock(self->rlock_lock); in rlock_release_save() 1202 PyThread_release_lock(lock->lock_lock); in release_sentinel()
|
/external/python/cpython2/Python/ |
D | thread.c | 299 PyThread_release_lock(keymutex); in find_key() 335 PyThread_release_lock(keymutex); in PyThread_delete_key() 390 PyThread_release_lock(keymutex); in PyThread_delete_key_value()
|
D | thread_foobar.h | 72 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_cthread.h | 108 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_wince.h | 128 void PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
|
D | thread_pthread.h | 342 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function 455 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_solaris.h | 125 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_lwp.h | 106 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_pth.h | 160 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_os2.h | 205 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
|
D | dynload_beos.c | 151 PyThread_release_lock( beos_dyn_lock ); in beos_add_dyn()
|
D | thread_atheos.h | 244 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_beos.h | 237 void PyThread_release_lock( PyThread_type_lock lock ) in PyThread_release_lock() function
|
/external/python/cpython2/Include/ |
D | pythread.h | 22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
|
/external/python/cpython2/Modules/ |
D | threadmodule.c | 36 PyThread_release_lock(self->lock_lock); in lock_dealloc() 74 PyThread_release_lock(self->lock_lock); in lock_PyThread_release_lock() 79 PyThread_release_lock(self->lock_lock); in lock_PyThread_release_lock() 96 PyThread_release_lock(self->lock_lock); in lock_locked_lock()
|
D | _testcapimodule.c | 1981 PyThread_release_lock(thread_done); in _make_call_from_thread() 2027 PyThread_release_lock(thread_done); in test_thread_state() 2354 PyThread_release_lock(test_c_thread->start_event); in temporary_c_thread() 2372 PyThread_release_lock(test_c_thread->exit_event); in temporary_c_thread() 2403 PyThread_release_lock(test_c_thread.start_event); in call_in_temporary_c_thread() 2404 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread() 2409 PyThread_release_lock(test_c_thread.start_event); in call_in_temporary_c_thread() 2413 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread()
|
/external/python/cpython3/Include/ |
D | pythread.h | 83 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
|
/external/python/cpython2/Parser/ |
D | myreadline.c | 212 PyThread_release_lock(_PyOS_ReadlineLock); in PyOS_Readline()
|
/external/python/cpython3/Python/ |
D | pystate.c | 161 PyThread_release_lock((runtime)->interpreters.mutex) 484 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref() 499 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDDecref() 1556 PyThread_release_lock(xidregistry->mutex); in _PyCrossInterpreterData_RegisterClass() 1583 PyThread_release_lock(xidregistry->mutex); in _PyCrossInterpreterData_Lookup()
|
D | thread_pthread.h | 520 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function 671 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
/external/python/cpython3/Modules/_ssl/ |
D | debughelpers.c | 155 PyThread_release_lock(lock); in _PySSL_keylog_callback()
|