Searched refs:_PyGILState_Init (Results 1 – 5 of 5) sorted by relevance
112 extern PyStatus _PyGILState_Init(_PyRuntimeState *runtime);
70 fun:_PyGILState_Init
12304 - Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx().
1333 _PyGILState_Init(_PyRuntimeState *runtime) in _PyGILState_Init() function
624 PyStatus status = _PyGILState_Init(runtime); in pycore_create_interpreter()