Home
last modified time | relevance | path

Searched refs:PyEval_AcquireLock (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dceval.h137 Py_DEPRECATED(3.2) PyAPI_FUNC(void) PyEval_AcquireLock(void);
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h137 Py_DEPRECATED(3.2) PyAPI_FUNC(void) PyEval_AcquireLock(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h137 Py_DEPRECATED(3.2) PyAPI_FUNC(void) PyEval_AcquireLock(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h137 Py_DEPRECATED(3.2) PyAPI_FUNC(void) PyEval_AcquireLock(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h137 Py_DEPRECATED(3.2) PyAPI_FUNC(void) PyEval_AcquireLock(void);
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h124 PyAPI_FUNC(void) PyEval_AcquireLock(void);
/aosp_15_r20/external/python/cpython2/Demo/pysvr/
Dpysvr.c285 PyEval_AcquireLock(); in run_interpreter()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def154 PyEval_AcquireLock
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def854 "PyEval_AcquireLock"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c237 EXPORT_FUNC(PyEval_AcquireLock)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dinit.rst21 single: PyEval_AcquireLock()
35 :c:func:`PyEval_ReleaseLock`, and :c:func:`PyEval_AcquireLock`. This initializes
787 .. c:function:: void PyEval_AcquireLock()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat177 function,PyEval_AcquireLock,3.2,,
Drefcounts.dat764 PyEval_AcquireLock:void:::
Dpython3.11.abi195 …<elf-symbol name='PyEval_AcquireLock' type='func-type' binding='global-binding' visibility='defaul…
11492PyEval_AcquireLock' mangled-name='PyEval_AcquireLock' filepath='Python/ceval.c' line='421' column=…
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.8.0a4.rst127 :c:func:`PyEval_AcquireLock` and :c:func:`PyEval_AcquireThread` now
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat356 PyEval_AcquireLock:void:::
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml662 [function.PyEval_AcquireLock]
DHISTORY10997 - Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c259 PyEval_AcquireLock(void) in PyEval_AcquireLock() function
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1331 .. c:function:: void PyEval_AcquireLock()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.8.rst1845 * :c:func:`PyEval_AcquireLock` and :c:func:`PyEval_AcquireThread` now
D3.2.rst2732 * The misleading functions :c:func:`PyEval_AcquireLock()` and
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c421 PyEval_AcquireLock(void) in PyEval_AcquireLock() function