Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h340 PyAPI_FUNC(void) _PyGILState_Reinit(void);
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst81 PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable()
/external/python/cpython3/Python/
Dpystate.c938 _PyGILState_Reinit(void) in _PyGILState_Reinit() function
/external/python/cpython3/Modules/
Dposixmodule.c453 _PyGILState_Reinit(); in PyOS_AfterFork_Child()