/external/python/cpython3/Modules/ |
D | hashlib.h | 46 if (!PyThread_acquire_lock((obj)->lock, 0)) { \ 48 PyThread_acquire_lock((obj)->lock, 1); \
|
D | faulthandler.c | 584 PyThread_acquire_lock(thread.running, 1); in cancel_dump_traceback_later() 588 PyThread_acquire_lock(thread.cancel_event, 1); in cancel_dump_traceback_later() 681 PyThread_acquire_lock(thread.running, 1); in faulthandler_dump_traceback_later() 1003 PyThread_acquire_lock(lock, WAIT_LOCK); in faulthandler_fatal_error_c_thread() 1014 PyThread_acquire_lock(lock, WAIT_LOCK); in faulthandler_fatal_error_c_thread() 1329 PyThread_acquire_lock(thread.cancel_event, 1); in _PyFaulthandler_Init()
|
D | _bz2module.c | 28 if (!PyThread_acquire_lock((obj)->lock, 0)) { \ 30 PyThread_acquire_lock((obj)->lock, 1); \
|
/external/python/cpython2/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_pthread.h | 313 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function 411 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_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
|
/external/python/cpython3/Python/ |
D | thread.c | 215 PyThread_acquire_lock(keymutex, 1); in find_key() 271 PyThread_acquire_lock(keymutex, 1); in PyThread_delete_key() 318 PyThread_acquire_lock(keymutex, 1); in PyThread_delete_key_value()
|
D | thread_foobar.h | 61 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() function
|
/external/python/cpython2/Include/ |
D | pythread.h | 19 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
|
/external/python/cpython2/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); \ 312 PyThread_acquire_lock(self->lock, 1); in EVP_update()
|
D | _testcapimodule.c | 1907 PyThread_acquire_lock(thread_done, 1); in test_thread_state() 1916 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state() 1926 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state() 2299 PyThread_acquire_lock(test_c_thread.start_event, 1); in call_in_temporary_c_thread() 2300 PyThread_acquire_lock(test_c_thread.exit_event, 1); in call_in_temporary_c_thread() 2310 PyThread_acquire_lock(test_c_thread.start_event, 1); in call_in_temporary_c_thread() 2314 PyThread_acquire_lock(test_c_thread.exit_event, 1); in call_in_temporary_c_thread()
|
/external/python/cpython3/Include/ |
D | pythread.h | 27 PyAPI_FUNC(int) PyThread_acquire_lock(PyThread_type_lock, int);
|
/external/python/cpython2/Parser/ |
D | myreadline.c | 196 PyThread_acquire_lock(_PyOS_ReadlineLock, 1); in PyOS_Readline()
|