Home
last modified time | relevance | path

Searched refs:_PyGILState_Fini (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h89 extern void _PyGILState_Fini(PyThreadState *tstate);
/external/python/cpython2/Python/
Dpystate.c536 _PyGILState_Fini(void) in _PyGILState_Fini() function
Dpythonrun.c65 extern void _PyGILState_Fini(void);
521 _PyGILState_Fini(); in Py_Finalize()
/external/python/cpython2/PC/os2emx/
Dpython27.def1047 "_PyGILState_Fini"
/external/python/cpython3/Python/
Dpystate.c1240 _PyGILState_Fini(PyThreadState *tstate) in _PyGILState_Fini() function
Dpylifecycle.c1331 _PyGILState_Fini(tstate); in finalize_interp_delete()