Home
last modified time | relevance | path

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

12

/third_party/python/Modules/
D_xxsubinterpretersmodule.c756 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 …]
D_queuemodule.c53 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()
Dfaulthandler.c609 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()
Dhashlib.h53 PyThread_release_lock((obj)->lock); \
D_threadmodule.c70 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()
D_tkinter.c256 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()
D_testcapimodule.c2875 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()
D_bz2module.c81 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock)
D_hashopenssl.c594 PyThread_release_lock(self->lock); in EVP_update()
1592 PyThread_release_lock(self->lock); in _hmac_update()
D_tracemalloc.c43 # define TABLES_UNLOCK() PyThread_release_lock(tables_lock)
Dzlibmodule.c172 #define LEAVE_ZLIB(obj) PyThread_release_lock((obj)->lock);
D_lzmamodule.c78 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock)
/third_party/python/Include/
Dpythread.h91 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/third_party/python/Python/
Dpystate.c174 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()
Dthread_pthread.h556 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
706 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
Dthread_nt.h348 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
Dimport.c156 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.c395 PyThread_release_lock(_PyOS_ReadlineLock); in PyOS_Readline()
/third_party/python/Modules/_blake2/
Dblake2s_impl.c285 PyThread_release_lock(self->lock); in _blake2_blake2s_update()
Dblake2b_impl.c286 PyThread_release_lock(self->lock); in _blake2_blake2b_update()
/third_party/python/Modules/_sha3/
Dsha3module.c403 PyThread_release_lock(self->lock); in _sha3_sha3_224_update()
/third_party/python/Doc/data/
Dstable_abi.dat614 function,PyThread_release_lock,3.2,
/third_party/python/PC/
Dpython3dll.c560 EXPORT_FUNC(PyThread_release_lock)
/third_party/python/Programs/
D_testembed.c259 PyThread_release_lock(lock); in bpo20891_thread()

12