Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pystate.h124 PyAPI_FUNC(void) _PyGILState_Reinit(_PyRuntimeState *runtime);
/external/python/cpython3/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()
/external/python/cpython3/Python/
Dpystate.c1252 _PyGILState_Reinit(_PyRuntimeState *runtime) in _PyGILState_Reinit() function
/external/python/cpython3/Modules/
Dposixmodule.c574 _PyGILState_Reinit(runtime); in PyOS_AfterFork_Child()