/aosp_15_r20/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_pthread.h | 257 PyThread_allocate_lock(void) in PyThread_allocate_lock() function 360 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
D | thread_foobar.h | 44 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 | thread_os2.h | 93 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_atheos.h | 153 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | thread_pthread.h | 376 PyThread_allocate_lock(void) in PyThread_allocate_lock() function 573 PyThread_allocate_lock(void) in PyThread_allocate_lock() function 731 PyThread_type_lock new_lock = PyThread_allocate_lock(); in _PyThread_at_fork_reinit()
|
D | pystate.c | 67 PyThread_type_lock lock1 = PyThread_allocate_lock(); in alloc_for_runtime() 72 PyThread_type_lock lock2 = PyThread_allocate_lock(); in alloc_for_runtime() 78 PyThread_type_lock lock3 = PyThread_allocate_lock(); in alloc_for_runtime() 239 interpreters->mutex = PyThread_allocate_lock(); in _PyInterpreterState_Enable() 313 PyThread_type_lock pending_lock = PyThread_allocate_lock(); in PyInterpreterState_New() 642 interp->id_mutex = PyThread_allocate_lock(); in _PyInterpreterState_IDInitref()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | pythread.h | 17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
|
/aosp_15_r20/external/python/cpython2/Misc/ |
D | valgrind-python.supp | 53 fun:PyThread_allocate_lock 61 fun:PyThread_allocate_lock
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | faulthandler.c | 749 thread.running = PyThread_allocate_lock(); in faulthandler_dump_traceback_later() 755 thread.cancel_event = PyThread_allocate_lock(); in faulthandler_dump_traceback_later() 1103 lock = PyThread_allocate_lock(); in faulthandler_fatal_error_c_thread()
|
D | _bz2module.c | 325 self->lock = PyThread_allocate_lock(); in _bz2_BZ2Compressor___init___impl() 647 PyThread_type_lock lock = PyThread_allocate_lock(); in _bz2_BZ2Decompressor___init___impl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pythread.h | 28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pythread.h | 28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pythread.h | 28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pythread.h | 28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pythread.h | 28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | valgrind-python.supp | 53 fun:PyThread_allocate_lock 61 fun:PyThread_allocate_lock
|
/aosp_15_r20/external/python/cpython2/Parser/ |
D | myreadline.c | 189 _PyOS_ReadlineLock = PyThread_allocate_lock(); in PyOS_Readline()
|