Home
last modified time | relevance | path

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

12

/external/python/cpython2/Python/
Dthread.c296 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()
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_pthread.h342 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
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
Dthread_os2.h205 PyThread_release_lock(PyThread_type_lock aLock) in PyThread_release_lock() function
Ddynload_beos.c151 PyThread_release_lock( beos_dyn_lock ); in beos_add_dyn()
Dthread_atheos.h244 void PyThread_release_lock(PyThread_type_lock lock) in PyThread_release_lock() function
Dthread_beos.h237 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
Dpystate.c34 #define HEAD_UNLOCK() PyThread_release_lock(head_mutex)
Dceval.c267 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/
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.c1884 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.c31 PyThread_release_lock((obj)->lock); \
314 PyThread_release_lock(self->lock); in EVP_update()
Dbsddbmodule.c215 PyThread_release_lock(dp->di_lock); in bsddb_dealloc()
237 PyThread_release_lock(_dp->di_lock); Py_END_ALLOW_THREADS
D_tkinter.c214 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()
Dzlibmodule.c37 PyThread_release_lock(zlib_lock);
/external/python/cpython2/Parser/
Dmyreadline.c212 PyThread_release_lock(_PyOS_ReadlineLock); in PyOS_Readline()
/external/python/cpython2/PC/os2vacpp/
Dpython.def393 PyThread_release_lock

12