Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h186 PyAPI_FUNC(void) _PyGILState_Reinit(void);
/external/python/cpython3/Python/
Dpystate.c744 _PyGILState_Reinit(void) in _PyGILState_Reinit() function
/external/python/cpython3/Modules/
Dsignalmodule.c1607 _PyGILState_Reinit(); in PyOS_AfterFork()