Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/python/cpython3/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 …]
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_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()
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); \
/aosp_15_r20/external/python/cpython2/Python/
Dthread.c299 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()
Dthread_pthread.h342 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
Dthread_foobar.h72 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
Dthread_cthread.h108 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
Dthread_wince.h128 void PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
Dthread_solaris.h125 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
Dthread_lwp.h106 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
Dthread_pth.h160 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
/aosp_15_r20/external/python/cpython2/Modules/
Dthreadmodule.c36 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.c1981 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()
D_hashopenssl.c31 PyThread_release_lock((obj)->lock); \
314 PyThread_release_lock(self->lock); in EVP_update()
/aosp_15_r20/external/python/cpython3/Python/
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_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
/aosp_15_r20/external/python/cpython2/Include/
Dpythread.h22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpythread.h79 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/aosp_15_r20/external/python/cpython3/Include/
Dpythread.h79 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpythread.h79 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpythread.h79 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpythread.h79 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/aosp_15_r20/external/python/cpython2/Parser/
Dmyreadline.c212 PyThread_release_lock(_PyOS_ReadlineLock); in PyOS_Readline()

123