Home
last modified time | relevance | path

Searched refs:PyInterpreterState_Delete (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c526 PyInterpreterState_Delete(interp); in Py_Finalize()
600 PyInterpreterState_Delete(interp); in Py_NewInterpreter()
643 PyInterpreterState_Delete(interp); in Py_NewInterpreter()
675 PyInterpreterState_Delete(interp); in Py_EndInterpreter()
Dpystate.c129 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpystate.h16 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/aosp_15_r20/external/python/cpython3/Include/
Dpystate.h16 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystate.h16 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystate.h16 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystate.h16 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/aosp_15_r20/external/python/cpython2/Include/
Dpystate.h108 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def219 PyInterpreterState_Delete
/aosp_15_r20/external/python/cpython3/Python/
Dpylifecycle.c1746 PyInterpreterState_Delete(interp); in finalize_interp_delete()
1982 PyInterpreterState_Delete(interp); in new_interpreter()
2034 PyInterpreterState_Delete(interp); in new_interpreter()
Dpystate.c489 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1033 "PyInterpreterState_Delete"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat566 PyInterpreterState_Delete:void:::
567 PyInterpreterState_Delete:PyInterpreterState*:interp::
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c307 EXPORT_FUNC(PyInterpreterState_Delete)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat324 function,PyInterpreterState_Delete,3.2,,
Drefcounts.dat1065 PyInterpreterState_Delete:void:::
1066 PyInterpreterState_Delete:PyInterpreterState*:interp::
Dpython3.11.abi335 …<elf-symbol name='PyInterpreterState_Delete' type='func-type' binding='global-binding' visibility=…
14884PyInterpreterState_Delete' mangled-name='PyInterpreterState_Delete' filepath='Python/pystate.c' li…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml882 [function.PyInterpreterState_Delete]
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dinit.rst710 .. c:function:: void PyInterpreterState_Delete(PyInterpreterState *interp)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1120 .. c:function:: void PyInterpreterState_Delete(PyInterpreterState *interp)