Home
last modified time | relevance | path

Searched refs:PyThread_allocate_lock (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/python/cpython2/Python/
Dthread.c314 keymutex = PyThread_allocate_lock(); in PyThread_create_key()
409 keymutex = PyThread_allocate_lock(); in PyThread_ReInitTLS()
Dthread_pthread.h257 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
360 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_foobar.h44 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_cthread.h66 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_wince.h69 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_solaris.h80 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_lwp.h61 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_pth.h88 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Dthread_os2.h93 PyThread_allocate_lock(void) in PyThread_allocate_lock() function
Ddynload_beos.c111 beos_dyn_lock = PyThread_allocate_lock(); in beos_init_dyn()
Dthread_atheos.h153 PyThread_type_lock PyThread_allocate_lock(void) in PyThread_allocate_lock() function
/aosp_15_r20/external/python/cpython3/Python/
Dthread_pthread.h376 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()
Dpystate.c67 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/
Dbsddbmodule.c89 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/
Dpythread.h17 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/aosp_15_r20/external/python/cpython2/Misc/
Dvalgrind-python.supp53 fun:PyThread_allocate_lock
61 fun:PyThread_allocate_lock
/aosp_15_r20/external/python/cpython3/Modules/
Dfaulthandler.c749 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.c325 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/
Dpythread.h28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/aosp_15_r20/external/python/cpython3/Include/
Dpythread.h28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpythread.h28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpythread.h28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpythread.h28 PyAPI_FUNC(PyThread_type_lock) PyThread_allocate_lock(void);
/aosp_15_r20/external/python/cpython3/Misc/
Dvalgrind-python.supp53 fun:PyThread_allocate_lock
61 fun:PyThread_allocate_lock
/aosp_15_r20/external/python/cpython2/Parser/
Dmyreadline.c189 _PyOS_ReadlineLock = PyThread_allocate_lock(); in PyOS_Readline()

123