Searched refs:Py_EndInterpreter (Results 1 – 13 of 13) sorted by relevance
22 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
2036 Py_EndInterpreter(tstate); in interp_create()2089 Py_EndInterpreter(tstate); in interp_destroy()
3640 Py_EndInterpreter(substate); in run_in_subinterp()
52 EXPORT_FUNC(Py_EndInterpreter)
783 function,Py_EndInterpreter,3.2,
2970 Py_EndInterpreter:void:::2971 Py_EndInterpreter:PyThreadState*:tstate::
75 Py_EndInterpreter(substate); in test_repeated_init_and_subinterpreters()
573 Py_EndInterpreter(tstate); in _PyInterpreterState_IDDecref()
2004 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
1506 function Py_EndInterpreter
4086 Py_EndInterpreter() when some non-daemon threads are still running.31297 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the
1379 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
469 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);