Home
last modified time | relevance | path

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

123

/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_foobar.h72 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
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_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
Ddynload_beos.c151 PyThread_release_lock( beos_dyn_lock ); in beos_add_dyn()
Dthread_os2.h205 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
Dthread_beos.h237 void PyThread_release_lock( PyThread_type_lock lock ) in PyThread_release_lock() function
Dthread_atheos.h244 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
Dthread_nt.h256 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
Dthread_sgi.h254 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
/external/python/cpython3/Modules/
D_queuemodule.c33 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()
Dfaulthandler.c571 PyThread_release_lock(thread.cancel_event); in faulthandler_thread()
587 PyThread_release_lock(thread.running); in faulthandler_thread()
594 PyThread_release_lock(thread.cancel_event); in cancel_dump_traceback_later()
598 PyThread_release_lock(thread.running); in cancel_dump_traceback_later()
708 PyThread_release_lock(thread.running); in faulthandler_dump_traceback_later()
1017 PyThread_release_lock(lock); in faulthandler_fatal_error_thread()
1045 PyThread_release_lock(lock); in faulthandler_fatal_error_c_thread()
1346 PyThread_release_lock(thread.cancel_event); in _PyFaulthandler_Fini()
D_threadmodule.c32 PyThread_release_lock(self->lock_lock); in lock_dealloc()
174 PyThread_release_lock(self->lock_lock); in lock_PyThread_release_lock()
278 PyThread_release_lock(self->rlock_lock); in rlock_dealloc()
347 PyThread_release_lock(self->rlock_lock); in rlock_release()
410 PyThread_release_lock(self->rlock_lock); in rlock_release_save()
1187 PyThread_release_lock(lock->lock_lock); in release_sentinel()
Dhashlib.h53 PyThread_release_lock((obj)->lock); \
/external/python/cpython2/Include/
Dpythread.h22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/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()
/external/python/cpython3/Include/
Dpythread.h78 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
/external/python/cpython2/Parser/
Dmyreadline.c212 PyThread_release_lock(_PyOS_ReadlineLock); in PyOS_Readline()
/external/python/cpython3/Python/
Dthread_pthread.h433 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
582 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
Dpystate.c93 #define HEAD_UNLOCK() PyThread_release_lock(_PyRuntime.interpreters.mutex)
321 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDIncref()
335 PyThread_release_lock(interp->id_mutex); in _PyInterpreterState_IDDecref()

123