Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython2/Demo/embed/
Dimportexc.c10 Py_EndInterpreter(PyThreadState_Get()); in main()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpylifecycle.h22 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpylifecycle.h22 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/aosp_15_r20/external/python/cpython3/Include/
Dpylifecycle.h22 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpylifecycle.h22 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpylifecycle.h22 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/aosp_15_r20/external/python/cpython2/Include/
Dpythonrun.h33 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/aosp_15_r20/external/python/cpython2/Demo/pysvr/
Dpysvr.c337 Py_EndInterpreter(tstate); in run_interpreter()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def414 Py_EndInterpreter
/aosp_15_r20/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c2021 Py_EndInterpreter(tstate); in interp_create()
2074 Py_EndInterpreter(tstate); in interp_destroy()
D_testcapimodule.c3815 Py_EndInterpreter(substate); in run_in_subinterp()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1081 "Py_EndInterpreter"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1752 Py_EndInterpreter:void:::
1753 Py_EndInterpreter:PyThreadState*:tstate::
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c48 EXPORT_FUNC(Py_EndInterpreter)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat805 function,Py_EndInterpreter,3.2,,
Drefcounts.dat2892 Py_EndInterpreter:void:::
2893 Py_EndInterpreter:PyThreadState*:tstate::
/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c131 Py_EndInterpreter(substate); in test_repeated_init_and_subinterpreters()
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c661 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
/aosp_15_r20/external/python/cpython3/Doc/howto/
Disolating-extensions.rst41 :c:func:`Py_NewInterpreter`/:c:func:`Py_EndInterpreter`.
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a4.rst7 :c:func:`Py_EndInterpreter` now explicitly untracks all objects currently
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c684 Py_EndInterpreter(tstate); in _PyInterpreterState_IDDecref()
Dpylifecycle.c2070 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1598 [function.Py_EndInterpreter]
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dinit.rst867 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1449 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)

12