Home
last modified time | relevance | path

Searched refs:PyThread_acquire_lock (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread.c268 PyThread_acquire_lock(keymutex, 1); in find_key()
321 PyThread_acquire_lock(keymutex, 1); in PyThread_delete_key()
375 PyThread_acquire_lock(keymutex, 1); in PyThread_delete_key_value()
Ddynload_beos.c75 PyThread_acquire_lock( beos_dyn_lock, 1 ); in beos_cleanup_dyn()
133 retval = PyThread_acquire_lock( beos_dyn_lock, 1 ); in beos_add_dyn()
Dthread_foobar.h62 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
Dthread_cthread.h92 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
Dthread_wince.h100 int PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) in PyThread_acquire_lock() function
Dthread_solaris.h107 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
Dthread_pthread.h311 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
406 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
Dthread_lwp.h85 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
Dthread_pth.h123 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
Dthread_os2.h154 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) in PyThread_acquire_lock() function
Dthread_beos.h212 int PyThread_acquire_lock( PyThread_type_lock lock, int waitflag ) in PyThread_acquire_lock() function
Dthread_atheos.h216 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
Dthread_nt.h242 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) in PyThread_acquire_lock() function
Dthread_sgi.h238 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
Dpystate.c30 #define HEAD_LOCK() PyThread_acquire_lock(head_mutex, WAIT_LOCK)
Dceval.c252 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_InitThreads()
259 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_AcquireLock()
275 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_AcquireThread()
310 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_ReInitThreads()
357 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_RestoreThread()
425 if (PyThread_acquire_lock(lock, NOWAIT_LOCK)) in Py_AddPendingCall()
476 PyThread_acquire_lock(pending_lock, WAIT_LOCK); in Py_MakePendingCalls()
1020 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythread.h19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythread.h19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c35 PyThread_acquire_lock(self->lock_lock, 0); in lock_dealloc()
52 i = PyThread_acquire_lock(self->lock_lock, i); in lock_PyThread_acquire_lock()
73 if (PyThread_acquire_lock(self->lock_lock, 0)) { in lock_PyThread_release_lock()
95 if (PyThread_acquire_lock(self->lock_lock, 0)) { in lock_locked_lock()
D_hashopenssl.c23 if (!PyThread_acquire_lock((obj)->lock, 0)) { \
25 PyThread_acquire_lock((obj)->lock, 1); \
239 PyThread_acquire_lock(self->lock, 1); in EVP_update()
D_testcapimodule.c1320 PyThread_acquire_lock(thread_done, 1); in test_thread_state()
1329 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()
1339 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dmyreadline.c196 PyThread_acquire_lock(_PyOS_ReadlineLock, 1); in PyOS_Readline()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dmyreadline.c199 PyThread_acquire_lock(_PyOS_ReadlineLock, 1); in PyOS_Readline()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c33 #define HEAD_LOCK() PyThread_acquire_lock(head_mutex, WAIT_LOCK)
Dceval.c254 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_InitThreads()
261 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_AcquireLock()
277 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_AcquireThread()
312 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_ReInitThreads()
359 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_RestoreThread()
427 if (PyThread_acquire_lock(lock, NOWAIT_LOCK)) in Py_AddPendingCall()
478 PyThread_acquire_lock(pending_lock, WAIT_LOCK); in Py_MakePendingCalls()
1022 PyThread_acquire_lock(interpreter_lock, 1); in PyEval_EvalFrameEx()

12