/external/python/cpython2/Python/ |
D | thread.c | 296 PyThread_release_lock(keymutex); in find_key() 332 PyThread_release_lock(keymutex); in PyThread_delete_key() 387 PyThread_release_lock(keymutex); in PyThread_delete_key_value()
|
D | thread_foobar.h | 72 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_cthread.h | 108 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_pthread.h | 342 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function 445 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_wince.h | 128 void PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
|
D | thread_solaris.h | 125 PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_lwp.h | 106 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_pth.h | 160 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_os2.h | 205 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
|
D | dynload_beos.c | 151 PyThread_release_lock( beos_dyn_lock ); in beos_add_dyn()
|
D | thread_atheos.h | 244 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | thread_beos.h | 237 void PyThread_release_lock( PyThread_type_lock lock ) in PyThread_release_lock() function
|
D | thread_nt.h | 256 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
|
D | thread_sgi.h | 254 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
|
D | pystate.c | 34 #define HEAD_UNLOCK() PyThread_release_lock(head_mutex)
|
D | ceval.c | 267 PyThread_release_lock(interpreter_lock); in PyEval_ReleaseLock() 290 PyThread_release_lock(interpreter_lock); in PyEval_ReleaseThread() 346 PyThread_release_lock(interpreter_lock); in PyEval_SaveThread() 447 PyThread_release_lock(lock); in Py_AddPendingCall() 488 PyThread_release_lock(pending_lock); in Py_MakePendingCalls() 1115 PyThread_release_lock(interpreter_lock); in PyEval_EvalFrameEx()
|
/external/python/cpython2/Include/ |
D | pythread.h | 22 PyAPI_FUNC(void) PyThread_release_lock(PyThread_type_lock);
|
/external/python/cpython2/Modules/ |
D | threadmodule.c | 36 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.c | 1884 PyThread_release_lock(thread_done); in _make_call_from_thread() 1930 PyThread_release_lock(thread_done); in test_thread_state() 2256 PyThread_release_lock(test_c_thread->start_event); in temporary_c_thread() 2274 PyThread_release_lock(test_c_thread->exit_event); in temporary_c_thread() 2305 PyThread_release_lock(test_c_thread.start_event); in call_in_temporary_c_thread() 2306 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread() 2311 PyThread_release_lock(test_c_thread.start_event); in call_in_temporary_c_thread() 2315 PyThread_release_lock(test_c_thread.exit_event); in call_in_temporary_c_thread()
|
D | _hashopenssl.c | 31 PyThread_release_lock((obj)->lock); \ 314 PyThread_release_lock(self->lock); in EVP_update()
|
D | bsddbmodule.c | 215 PyThread_release_lock(dp->di_lock); in bsddb_dealloc() 237 PyThread_release_lock(_dp->di_lock); Py_END_ALLOW_THREADS
|
D | _tkinter.c | 214 tcl_tstate = NULL; if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS} 220 tcl_tstate = NULL; if(tcl_lock)PyThread_release_lock(tcl_lock); } 224 if(tcl_lock)PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); } 3045 if(tcl_lock)PyThread_release_lock(tcl_lock); in Tkapp_MainLoop() 3561 if(tcl_lock)PyThread_release_lock(tcl_lock); in EventHook()
|
D | zlibmodule.c | 37 PyThread_release_lock(zlib_lock);
|
/external/python/cpython2/Parser/ |
D | myreadline.c | 212 PyThread_release_lock(_PyOS_ReadlineLock); in PyOS_Readline()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 393 PyThread_release_lock
|