Home
last modified time | relevance | path

Searched refs:PyThreadState_GetInterpreter (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
Dfaulthandler.c565 fatal_error.interp = PyThreadState_GetInterpreter(tstate); in faulthandler_py_enable()
781 thread.interp = PyThreadState_GetInterpreter(tstate); in faulthandler_dump_traceback_later()
963 user->interp = PyThreadState_GetInterpreter(tstate); in faulthandler_register_py()
D_xxsubinterpretersmodule.c2016 PyInterpreterState *interp = PyThreadState_GetInterpreter(tstate); in interp_create()
D_testcapimodule.c5893 PyInterpreterState *interp = PyThreadState_GetInterpreter(tstate); in test_tstate_capi()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpystate.h71 PyAPI_FUNC(PyInterpreterState*) PyThreadState_GetInterpreter(PyThreadState *tstate);
/aosp_15_r20/external/python/cpython3/Include/
Dpystate.h71 PyAPI_FUNC(PyInterpreterState*) PyThreadState_GetInterpreter(PyThreadState *tstate);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystate.h71 PyAPI_FUNC(PyInterpreterState*) PyThreadState_GetInterpreter(PyThreadState *tstate);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystate.h71 PyAPI_FUNC(PyInterpreterState*) PyThreadState_GetInterpreter(PyThreadState *tstate);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystate.h71 PyAPI_FUNC(PyInterpreterState*) PyThreadState_GetInterpreter(PyThreadState *tstate);
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h301 PyThreadState_GetInterpreter(PyThreadState *tstate) in PyThreadState_GetInterpreter() function
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c589 EXPORT_FUNC(PyThreadState_GetInterpreter)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat613 function,PyThreadState_GetInterpreter,3.10,,
Dpython3.11.abi671 …<elf-symbol name='PyThreadState_GetInterpreter' type='func-type' binding='global-binding' visibili…
14761PyThreadState_GetInterpreter' mangled-name='PyThreadState_GetInterpreter' filepath='Python/pystate…
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c1268 PyThreadState_GetInterpreter(PyThreadState *tstate) in PyThreadState_GetInterpreter() function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst1175 Add :c:func:`PyThreadState_GetInterpreter`: get the interpreter of a Python
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2179 [function.PyThreadState_GetInterpreter]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1290 * Added :c:func:`PyThreadState_GetInterpreter` and
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1182 .. c:function:: PyInterpreterState* PyThreadState_GetInterpreter(PyThreadState *tstate)