Home
last modified time | relevance | path

Searched refs:PyThread_release_lock (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Modules/
D_xxsubinterpretersmodule.c760 PyThread_release_lock(chan->mutex); in _channel_free()
787 PyThread_release_lock(chan->mutex); in _channel_add()
811 PyThread_release_lock(chan->mutex); in _channel_next()
836 PyThread_release_lock(chan->mutex); in _channel_close_interpreter()
865 PyThread_release_lock(chan->mutex); in _channel_close_all()
996 PyThread_release_lock(channels->mutex); in _channels_lookup()
1025 PyThread_release_lock(channels->mutex); in _channels_add()
1089 PyThread_release_lock(channels->mutex); in _channels_close()
1132 PyThread_release_lock(channels->mutex); in _channels_remove()
1151 PyThread_release_lock(channels->mutex); in _channels_add_id_object()
[all …]
D_queuemodule.c57 PyThread_release_lock(self->lock); in simplequeue_dealloc()
132 PyThread_release_lock(self->lock); in _queue_SimpleQueue_put_impl()
280 PyThread_release_lock(self->lock); in _queue_SimpleQueue_get_impl()
Dfaulthandler.c628 PyThread_release_lock(thread.cancel_event); in faulthandler_thread()
644 PyThread_release_lock(thread.running); in faulthandler_thread()
656 PyThread_release_lock(thread.cancel_event); in cancel_dump_traceback_later()
660 PyThread_release_lock(thread.running); in cancel_dump_traceback_later()
790 PyThread_release_lock(thread.running); in faulthandler_dump_traceback_later()
1119 PyThread_release_lock(lock); in faulthandler_fatal_error_c_thread()
1405 PyThread_release_lock(thread.cancel_event); in _PyFaulthandler_Fini()
D_threadmodule.c67 PyThread_release_lock(self->lock_lock); in lock_dealloc()
209 PyThread_release_lock(self->lock_lock); in lock_PyThread_release_lock()
345 PyThread_release_lock(self->rlock_lock); in rlock_dealloc()
416 PyThread_release_lock(self->rlock_lock); in rlock_release()
479 PyThread_release_lock(self->rlock_lock); in rlock_release_save()
845 PyThread_release_lock((runtime)->interpreters.mutex)
1307 PyThread_release_lock(lock->lock_lock); in release_sentinel()
Dhashlib.h53 PyThread_release_lock((obj)->lock); \
D_tkinter.c264 if(tcl_lock)PyThread_release_lock(tcl_lock); \
271 tcl_tstate = NULL; if(tcl_lock)PyThread_release_lock(tcl_lock); }
276 PyThread_release_lock(tcl_lock); \
2745 if(tcl_lock)PyThread_release_lock(tcl_lock); in _tkinter_tkapp_mainloop_impl()
3213 if(tcl_lock)PyThread_release_lock(tcl_lock); in EventHook()
D_bz2module.c81 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock)
D_testcapimodule.c3050 PyThread_release_lock(thread_done); in _make_call_from_thread()
3094 PyThread_release_lock(thread_done); in test_thread_state()
4523 PyThread_release_lock(test_c_thread->start_event); in temporary_c_thread()
4541 PyThread_release_lock(test_c_thread->exit_event); in temporary_c_thread()
4574 PyThread_release_lock(test_c_thread.start_event); in call_in_temporary_c_thread()
4575 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread()
4580 PyThread_release_lock(test_c_thread.start_event); in call_in_temporary_c_thread()
4588 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread()
4611 PyThread_release_lock(test_c_thread.exit_event); in join_temporary_c_thread()
D_hashopenssl.c595 PyThread_release_lock(self->lock); in EVP_update()
1593 PyThread_release_lock(self->lock); in _hmac_update()
D_tracemalloc.c50 # define TABLES_UNLOCK() PyThread_release_lock(tables_lock)
D_lzmamodule.c78 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock)
Dzlibmodule.c172 #define LEAVE_ZLIB(obj) PyThread_release_lock((obj)->lock);
/third_party/python/Include/
Dpythread.h79 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/third_party/python/Python/
Dthread_pthread.h555 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
705 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
Dpystate.c219 PyThread_release_lock((runtime)->interpreters.mutex)
662 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
677 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDDecref()
1965 PyThread_release_lock(xidregistry->mutex); in _PyCrossInterpreterData_RegisterClass()
1992 PyThread_release_lock(xidregistry->mutex); in _PyCrossInterpreterData_Lookup()
Dthread_nt.h359 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
Dimport.c149 PyThread_release_lock(import_lock); in _PyImport_ReleaseLock()
/third_party/python/Modules/_ssl/
Ddebughelpers.c154 PyThread_release_lock(lock); in _PySSL_keylog_callback()
/third_party/python/Parser/
Dmyreadline.c396 PyThread_release_lock(_PyOS_ReadlineLock); in PyOS_Readline()
/third_party/python/Modules/_blake2/
Dblake2b_impl.c288 PyThread_release_lock(self->lock); in _blake2_blake2b_update()
Dblake2s_impl.c288 PyThread_release_lock(self->lock); in _blake2_blake2s_update()
/third_party/python/Modules/_sha3/
Dsha3module.c299 PyThread_release_lock(self->lock); in _sha3_sha3_224_update()
/third_party/python/PC/
Dpython3dll.c571 EXPORT_FUNC(PyThread_release_lock)
/third_party/python/Doc/data/
Dstable_abi.dat632 function,PyThread_release_lock,3.2,,
/third_party/python/Programs/
D_testembed.c362 PyThread_release_lock(lock); in bpo20891_thread()

12