Searched refs:_PyGILState_Reinit (Results 1 – 5 of 5) sorted by relevance
137 extern PyStatus _PyGILState_Reinit(_PyRuntimeState *runtime);
81 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
1527 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
1389 _PyGILState_Reinit(_PyRuntimeState *runtime) in _PyGILState_Reinit() function
594 status = _PyGILState_Reinit(runtime); in PyOS_AfterFork_Child()