Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testinternalcapi.c500 _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState_Get(), _PyEval_EvalFrameDefault); in set_eval_frame_default()
523 _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState_Get(), record_eval); in set_eval_frame_record()
D_posixsubprocess.c869 (PyInterpreterState_Get() != PyInterpreterState_Main())) { in subprocess_fork_exec()
884 PyInterpreterState *interp = PyInterpreterState_Get(); in subprocess_fork_exec()
D_xxsubinterpretersmodule.c35 return PyInterpreterState_Get(); in _get_current()
1936 if (interp != PyInterpreterState_Get()) { in _run_script_in_interpreter()
D_winapi.c1092 PyInterpreterState *interp = PyInterpreterState_Get(); in _winapi_CreateProcess_impl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpystate.h26 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Get(void);
/aosp_15_r20/external/python/cpython3/Include/
Dpystate.h26 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Get(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystate.h26 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Get(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystate.h26 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Get(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystate.h26 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Get(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpystate.h209 #define _PyInterpreterState_Get PyInterpreterState_Get
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpystate.h209 #define _PyInterpreterState_Get PyInterpreterState_Get
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpystate.h209 #define _PyInterpreterState_Get PyInterpreterState_Get
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpystate.h209 #define _PyInterpreterState_Get PyInterpreterState_Get
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpystate.h209 #define _PyInterpreterState_Get PyInterpreterState_Get
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h333 PyInterpreterState_Get(void) in PyInterpreterState_Get() function
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c578 PyInterpreterState_Get(void) in PyInterpreterState_Get() function
2156 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyInterpreterState_GetConfigCopy()
Dcodecs.c57 PyInterpreterState *interp = PyInterpreterState_Get(); in PyCodec_Unregister()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c308 EXPORT_FUNC(PyInterpreterState_Get)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat325 function,PyInterpreterState_Get,3.9,,
Dpython3.11.abi336 …<elf-symbol name='PyInterpreterState_Get' type='func-type' binding='global-binding' visibility='de…
14881PyInterpreterState_Get' mangled-name='PyInterpreterState_Get' filepath='Python/pystate.c' line='56…
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp750 interpreter_ = PyInterpreterState_Get(); in PythonTracer()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst1185 Add :c:func:`PyInterpreterState_Get` function to the limited C API.
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2139 [function.PyInterpreterState_Get]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1291 :c:func:`PyInterpreterState_Get` functions to get the interpreter.
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1211 .. c:function:: PyInterpreterState* PyInterpreterState_Get(void)