Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h108 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/external/python/cpython3/Python/
Dpylifecycle.c1311 PyInterpreterState_Delete(interp); in Py_FinalizeEx()
1377 PyInterpreterState_Delete(interp); in new_interpreter()
1503 PyInterpreterState_Delete(interp); in new_interpreter()
1553 PyInterpreterState_Delete(interp); in Py_EndInterpreter()
Dpystate.c234 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete() function
/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
/external/python/cpython3/Include/
Dpystate.h310 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def219 PyInterpreterState_Delete
/external/python/cpython3/PC/
Dpython3.def298 PyInterpreterState_Delete=python37.PyInterpreterState_Delete
/external/python/cpython2/PC/os2emx/
Dpython27.def1033 "PyInterpreterState_Delete"
/external/python/cpython2/Doc/data/
Drefcounts.dat566 PyInterpreterState_Delete:void:::
567 PyInterpreterState_Delete:PyInterpreterState*:interp::
/external/python/cpython3/Doc/data/
Drefcounts.dat1037 PyInterpreterState_Delete:void:::
1038 PyInterpreterState_Delete:PyInterpreterState*:interp::
/external/python/cpython2/Doc/c-api/
Dinit.rst710 .. c:function:: void PyInterpreterState_Delete(PyInterpreterState *interp)
/external/python/cpython3/Doc/c-api/
Dinit.rst994 .. c:function:: void PyInterpreterState_Delete(PyInterpreterState *interp)