Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpylifecycle.h22 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
/third_party/python/Modules/
D_xxsubinterpretersmodule.c2036 Py_EndInterpreter(tstate); in interp_create()
2089 Py_EndInterpreter(tstate); in interp_destroy()
D_testcapimodule.c3640 Py_EndInterpreter(substate); in run_in_subinterp()
/third_party/python/PC/
Dpython3dll.c52 EXPORT_FUNC(Py_EndInterpreter)
/third_party/python/Doc/data/
Dstable_abi.dat783 function,Py_EndInterpreter,3.2,
Drefcounts.dat2970 Py_EndInterpreter:void:::
2971 Py_EndInterpreter:PyThreadState*:tstate::
/third_party/python/Programs/
D_testembed.c75 Py_EndInterpreter(substate); in test_repeated_init_and_subinterpreters()
/third_party/python/Python/
Dpystate.c573 Py_EndInterpreter(tstate); in _PyInterpreterState_IDDecref()
Dpylifecycle.c2004 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() function
/third_party/python/Misc/
Dstable_abi.txt1506 function Py_EndInterpreter
DHISTORY4086 Py_EndInterpreter() when some non-daemon threads are still running.
31297 functions Py_NewInterpreter() and Py_EndInterpreter(). Since the
/third_party/python/Doc/c-api/
Dinit.rst1379 .. c:function:: void Py_EndInterpreter(PyThreadState *tstate)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch469 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);