Home
last modified time | relevance | path

Searched refs:_PyGILState_Reinit (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pystate.h137 extern PyStatus _PyGILState_Reinit(_PyRuntimeState *runtime);
/third_party/python/Misc/NEWS.d/
D3.7.0b3.rst81 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
D3.8.0a1.rst1527 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
/third_party/python/Python/
Dpystate.c1389 _PyGILState_Reinit(_PyRuntimeState *runtime) in _PyGILState_Reinit() function
/third_party/python/Modules/
Dposixmodule.c594 status = _PyGILState_Reinit(runtime); in PyOS_AfterFork_Child()