Searched refs:PyThread_acquire_lock_timed (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/python/cpython3/Python/ |
D | thread_pthread.h | 432 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, in PyThread_acquire_lock_timed() function 630 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, in PyThread_acquire_lock_timed() function 751 return PyThread_acquire_lock_timed(lock, waitflag ? -1 : 0, /*intr_flag=*/0); in PyThread_acquire_lock()
|
D | thread_nt.h | 307 PyThread_acquire_lock_timed(PyThread_type_lock aLock, in PyThread_acquire_lock_timed() function 355 return PyThread_acquire_lock_timed(aLock, waitflag ? -1 : 0, 0); in PyThread_acquire_lock()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _queuemodule.c | 249 r = PyThread_acquire_lock_timed(self->lock, 0, 0); in _queue_SimpleQueue_get_impl() 252 r = PyThread_acquire_lock_timed(self->lock, microseconds, 1); in _queue_SimpleQueue_get_impl()
|
D | _threadmodule.c | 95 r = PyThread_acquire_lock_timed(lock, 0, 0); in acquire_timed() 98 r = PyThread_acquire_lock_timed(lock, microseconds, 1); in acquire_timed()
|
D | faulthandler.c | 625 st = PyThread_acquire_lock_timed(thread.cancel_event, in faulthandler_thread()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pythread.h | 75 PyAPI_FUNC(PyLockStatus) PyThread_acquire_lock_timed(PyThread_type_lock,
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pythread.h | 75 PyAPI_FUNC(PyLockStatus) PyThread_acquire_lock_timed(PyThread_type_lock,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pythread.h | 75 PyAPI_FUNC(PyLockStatus) PyThread_acquire_lock_timed(PyThread_type_lock,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pythread.h | 75 PyAPI_FUNC(PyLockStatus) PyThread_acquire_lock_timed(PyThread_type_lock,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pythread.h | 75 PyAPI_FUNC(PyLockStatus) PyThread_acquire_lock_timed(PyThread_type_lock,
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 557 EXPORT_FUNC(PyThread_acquire_lock_timed)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 620 function,PyThread_acquire_lock_timed,3.2,,
|
D | python3.11.abi | 680 …<elf-symbol name='PyThread_acquire_lock_timed' type='func-type' binding='global-binding' visibilit… 15743 …PyThread_acquire_lock_timed' mangled-name='PyThread_acquire_lock_timed' filepath='Python/thread_pt…
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | bufferedio.c | 276 st = PyThread_acquire_lock_timed(self->lock, (PY_TIMEOUT_T)1e6, 0); in _enter_buffered_busy()
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1800 [function.PyThread_acquire_lock_timed]
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a3.rst | 846 Fix the pthread+semaphore implementation of PyThread_acquire_lock_timed()
|
D | 3.11.0a1.rst | 4829 The PyThread_acquire_lock_timed() function now clamps the timeout if it is
|