Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/embed/
Dimportexc.c10 Py_EndInterpreter(PyThreadState_Get()); in main()
/external/python/cpython3/Include/
Dpylifecycle.h22 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/external/python/cpython2/Include/
Dpythonrun.h33 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/external/python/cpython2/Demo/pysvr/
Dpysvr.c337 Py_EndInterpreter(tstate); in run_interpreter()
/external/python/pybind11/tests/test_embed/
Dtest_interpreter.cpp194 Py_EndInterpreter(sub_tstate);
/external/python/cpython2/PC/os2vacpp/
Dpython.def414 Py_EndInterpreter
/external/python/cpython3/PC/
Dpython3.def727 Py_EndInterpreter=python39.Py_EndInterpreter
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c2029 Py_EndInterpreter(tstate); in interp_create()
2082 Py_EndInterpreter(tstate); in interp_destroy()
D_testcapimodule.c3492 Py_EndInterpreter(substate); in run_in_subinterp()
/external/python/cpython2/PC/os2emx/
Dpython27.def1081 "Py_EndInterpreter"
/external/python/cpython3/Programs/
D_testembed.c73 Py_EndInterpreter(substate); in test_repeated_init_and_subinterpreters()
/external/python/cpython2/Doc/data/
Drefcounts.dat1752 Py_EndInterpreter:void:::
1753 Py_EndInterpreter:PyThreadState*:tstate::
/external/python/cpython3/Python/
Dpystate.c526 Py_EndInterpreter(tstate); in _PyInterpreterState_IDDecref()
Dpylifecycle.c1646 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
/external/python/cpython2/Python/
Dpythonrun.c661 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
/external/python/cpython3/Doc/data/
Drefcounts.dat2993 Py_EndInterpreter:void:::
2994 Py_EndInterpreter:PyThreadState*:tstate::
/external/python/cpython2/Doc/c-api/
Dinit.rst867 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
/external/python/cpython3/Doc/c-api/
Dinit.rst1342 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
/external/python/cpython3/Misc/
DHISTORY4086 Py_EndInterpreter() when some non-daemon threads are still running.
31297 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the
/external/python/cpython2/Misc/
DHISTORY13918 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the