Searched refs:Py_EndInterpreter (Results 1 – 20 of 20) sorted by relevance
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
194 Py_EndInterpreter(sub_tstate);
727 Py_EndInterpreter=python39.Py_EndInterpreter
1081 "Py_EndInterpreter"
2029 Py_EndInterpreter(tstate); in interp_create()2082 Py_EndInterpreter(tstate); in interp_destroy()
3492 Py_EndInterpreter(substate); in run_in_subinterp()
73 Py_EndInterpreter(substate); in test_repeated_init_and_subinterpreters()
1752 Py_EndInterpreter:void:::1753 Py_EndInterpreter:PyThreadState*:tstate::
661 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
526 Py_EndInterpreter(tstate); in _PyInterpreterState_IDDecref()
1646 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
2993 Py_EndInterpreter:void:::2994 Py_EndInterpreter:PyThreadState*:tstate::
867 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
1342 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
4086 Py_EndInterpreter() when some non-daemon threads are still running.31297 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the
13918 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the