/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | thread.c | 268 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()
|
D | dynload_beos.c | 75 PyThread_acquire_lock( beos_dyn_lock, 1 ); in beos_cleanup_dyn() 133 retval = PyThread_acquire_lock( beos_dyn_lock, 1 ); in beos_add_dyn()
|
D | thread_foobar.h | 62 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
|
D | thread_cthread.h | 92 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
|
D | thread_wince.h | 100 int PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) in PyThread_acquire_lock() function
|
D | thread_solaris.h | 107 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
|
D | thread_pthread.h | 311 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
|
D | thread_lwp.h | 85 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
|
D | thread_pth.h | 123 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
|
D | thread_os2.h | 154 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) in PyThread_acquire_lock() function
|
D | thread_beos.h | 212 int PyThread_acquire_lock( PyThread_type_lock lock, int waitflag ) in PyThread_acquire_lock() function
|
D | thread_atheos.h | 216 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
|
D | thread_nt.h | 242 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) in PyThread_acquire_lock() function
|
D | thread_sgi.h | 238 int PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
|
D | pystate.c | 30 #define HEAD_LOCK() PyThread_acquire_lock(head_mutex, WAIT_LOCK)
|
D | ceval.c | 252 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/ |
D | pythread.h | 19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pythread.h | 19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | threadmodule.c | 35 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.c | 23 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.c | 1320 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/ |
D | myreadline.c | 196 PyThread_acquire_lock(_PyOS_ReadlineLock, 1); in PyOS_Readline()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | myreadline.c | 199 PyThread_acquire_lock(_PyOS_ReadlineLock, 1); in PyOS_Readline()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | pystate.c | 33 #define HEAD_LOCK() PyThread_acquire_lock(head_mutex, WAIT_LOCK)
|
D | ceval.c | 254 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()
|