Searched refs:Py_EndInterpreter (Results 1 – 25 of 28) sorted by relevance
12
10 Py_EndInterpreter(PyThreadState_Get()); in main()
22 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
33 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
337 Py_EndInterpreter(tstate); in run_interpreter()
414 Py_EndInterpreter
2021 Py_EndInterpreter(tstate); in interp_create()2074 Py_EndInterpreter(tstate); in interp_destroy()
3815 Py_EndInterpreter(substate); in run_in_subinterp()
1081 "Py_EndInterpreter"
1752 Py_EndInterpreter:void:::1753 Py_EndInterpreter:PyThreadState*:tstate::
48 EXPORT_FUNC(Py_EndInterpreter)
805 function,Py_EndInterpreter,3.2,,
2892 Py_EndInterpreter:void:::2893 Py_EndInterpreter:PyThreadState*:tstate::
131 Py_EndInterpreter(substate); in test_repeated_init_and_subinterpreters()
661 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
41 :c:func:`Py_NewInterpreter`/:c:func:`Py_EndInterpreter`.
7 :c:func:`Py_EndInterpreter` now explicitly untracks all objects currently
684 Py_EndInterpreter(tstate); in _PyInterpreterState_IDDecref()
2070 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
1598 [function.Py_EndInterpreter]
867 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
1449 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)