Searched refs:PyThread_release_lock (Results 1 – 25 of 31) sorted by relevance
12
756 PyThread_release_lock(chan->mutex); in _channel_free()783 PyThread_release_lock(chan->mutex); in _channel_add()807 PyThread_release_lock(chan->mutex); in _channel_next()832 PyThread_release_lock(chan->mutex); in _channel_close_interpreter()861 PyThread_release_lock(chan->mutex); in _channel_close_all()992 PyThread_release_lock(channels->mutex); in _channels_lookup()1021 PyThread_release_lock(channels->mutex); in _channels_add()1085 PyThread_release_lock(channels->mutex); in _channels_close()1128 PyThread_release_lock(channels->mutex); in _channels_remove()1147 PyThread_release_lock(channels->mutex); in _channels_add_id_object()[all …]
53 PyThread_release_lock(self->lock); in simplequeue_dealloc()128 PyThread_release_lock(self->lock); in _queue_SimpleQueue_put_impl()271 PyThread_release_lock(self->lock); in _queue_SimpleQueue_get_impl()
609 PyThread_release_lock(thread.cancel_event); in faulthandler_thread()625 PyThread_release_lock(thread.running); in faulthandler_thread()637 PyThread_release_lock(thread.cancel_event); in cancel_dump_traceback_later()641 PyThread_release_lock(thread.running); in cancel_dump_traceback_later()771 PyThread_release_lock(thread.running); in faulthandler_dump_traceback_later()1100 PyThread_release_lock(lock); in faulthandler_fatal_error_c_thread()1374 PyThread_release_lock(thread.cancel_event); in _PyFaulthandler_Fini()
53 PyThread_release_lock((obj)->lock); \
70 PyThread_release_lock(self->lock_lock); in lock_dealloc()213 PyThread_release_lock(self->lock_lock); in lock_PyThread_release_lock()348 PyThread_release_lock(self->rlock_lock); in rlock_dealloc()419 PyThread_release_lock(self->rlock_lock); in rlock_release()482 PyThread_release_lock(self->rlock_lock); in rlock_release_save()1305 PyThread_release_lock(lock->lock_lock); in release_sentinel()
256 if(tcl_lock)PyThread_release_lock(tcl_lock); \263 tcl_tstate = NULL; if(tcl_lock)PyThread_release_lock(tcl_lock); }268 PyThread_release_lock(tcl_lock); \2945 if(tcl_lock)PyThread_release_lock(tcl_lock); in _tkinter_tkapp_mainloop_impl()3414 if(tcl_lock)PyThread_release_lock(tcl_lock); in EventHook()
2875 PyThread_release_lock(thread_done); in _make_call_from_thread()2919 PyThread_release_lock(thread_done); in test_thread_state()4348 PyThread_release_lock(test_c_thread->start_event); in temporary_c_thread()4366 PyThread_release_lock(test_c_thread->exit_event); in temporary_c_thread()4395 PyThread_release_lock(test_c_thread.start_event); in call_in_temporary_c_thread()4396 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread()4401 PyThread_release_lock(test_c_thread.start_event); in call_in_temporary_c_thread()4405 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread()
81 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock)
594 PyThread_release_lock(self->lock); in EVP_update()1592 PyThread_release_lock(self->lock); in _hmac_update()
43 # define TABLES_UNLOCK() PyThread_release_lock(tables_lock)
172 #define LEAVE_ZLIB(obj) PyThread_release_lock((obj)->lock);
78 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock)
91 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
174 PyThread_release_lock((runtime)->interpreters.mutex)551 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()566 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDDecref()1773 PyThread_release_lock(xidregistry->mutex); in _PyCrossInterpreterData_RegisterClass()1800 PyThread_release_lock(xidregistry->mutex); in _PyCrossInterpreterData_Lookup()
556 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function706 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
348 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
156 PyThread_release_lock(import_lock); in _PyImport_ReleaseLock()
154 PyThread_release_lock(lock); in _PySSL_keylog_callback()
395 PyThread_release_lock(_PyOS_ReadlineLock); in PyOS_Readline()
285 PyThread_release_lock(self->lock); in _blake2_blake2s_update()
286 PyThread_release_lock(self->lock); in _blake2_blake2b_update()
403 PyThread_release_lock(self->lock); in _sha3_sha3_224_update()
614 function,PyThread_release_lock,3.2,
560 EXPORT_FUNC(PyThread_release_lock)
259 PyThread_release_lock(lock); in bpo20891_thread()