/external/python/cpython2/Python/ |
D | thread.c | 314 keymutex = PyThread_allocate_lock(); in PyThread_create_key() 409 keymutex = PyThread_allocate_lock(); in PyThread_ReInitTLS()
|
D | thread_foobar.h | 44 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_pthread.h | 257 PyThread_allocate_lock(void) in PyThread_allocate_lock() function 360 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_cthread.h | 66 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_wince.h | 69 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_solaris.h | 80 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_lwp.h | 61 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_pth.h | 88 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | dynload_beos.c | 111 beos_dyn_lock = PyThread_allocate_lock(); in beos_init_dyn()
|
D | thread_os2.h | 93 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_beos.h | 171 PyThread_type_lock PyThread_allocate_lock( void ) in PyThread_allocate_lock() function
|
D | thread_atheos.h | 153 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_nt.h | 212 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_sgi.h | 217 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
/external/python/cpython2/Include/ |
D | pythread.h | 17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
|
/external/python/cpython3/Include/ |
D | pythread.h | 29 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
|
/external/python/cpython3/Python/ |
D | pystate.c | 53 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyRuntimeState_Init_impl() 110 runtime->interpreters.mutex = PyThread_allocate_lock(); in _PyInterpreterState_Enable() 302 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref() 945 _PyRuntime.interpreters.mutex = PyThread_allocate_lock(); in _PyGILState_Reinit()
|
D | thread_pthread.h | 280 PyThread_allocate_lock(void) in PyThread_allocate_lock() function 451 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
/external/python/cpython2/Parser/ |
D | myreadline.c | 189 _PyOS_ReadlineLock = PyThread_allocate_lock(); in PyOS_Readline()
|
/external/python/cpython2/Modules/ |
D | bsddbmodule.c | 89 dp->di_lock = PyThread_allocate_lock(); in newdbhashobject() 139 dp->di_lock = PyThread_allocate_lock(); in newdbbtobject() 198 dp->di_lock = PyThread_allocate_lock(); in newdbrnobject()
|
/external/python/cpython2/Misc/ |
D | valgrind-python.supp | 53 fun:PyThread_allocate_lock 61 fun:PyThread_allocate_lock
|
/external/python/cpython3/Modules/ |
D | _bz2module.c | 317 self->lock = PyThread_allocate_lock(); in _bz2_BZ2Compressor___init___impl() 637 PyThread_type_lock lock = PyThread_allocate_lock(); in _bz2_BZ2Decompressor___init___impl()
|
D | faulthandler.c | 1029 lock = PyThread_allocate_lock(); in faulthandler_fatal_error_c_thread() 1324 thread.cancel_event = PyThread_allocate_lock(); in _PyFaulthandler_Init() 1325 thread.running = PyThread_allocate_lock(); in _PyFaulthandler_Init()
|
D | _queuemodule.c | 66 self->lock = PyThread_allocate_lock(); in simplequeue_new_impl()
|
/external/python/cpython3/Misc/ |
D | valgrind-python.supp | 53 fun:PyThread_allocate_lock 61 fun:PyThread_allocate_lock
|