Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h114 extern void _PyGILState_Fini(PyInterpreterState *interp);
/third_party/python/Python/
Dpystate.c1376 _PyGILState_Fini(PyInterpreterState *interp) in _PyGILState_Fini() function
Dpylifecycle.c1689 _PyGILState_Fini(interp); in finalize_interp_delete()