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.h93 extern void _PyGILState_Fini(_PyRuntimeState *runtime);
/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.c1160 _PyGILState_Fini(_PyRuntimeState *runtime) in _PyGILState_Fini() function
Dpylifecycle.c1350 _PyGILState_Fini(runtime); in Py_FinalizeEx()