Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h112 extern PyStatus _PyGILState_Init(_PyRuntimeState *runtime);
/third_party/python/Misc/
Dvalgrind-python.supp70 fun:_PyGILState_Init
DHISTORY12304 - Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx().
/third_party/python/Python/
Dpystate.c1333 _PyGILState_Init(_PyRuntimeState *runtime) in _PyGILState_Init() function
Dpylifecycle.c624 PyStatus status = _PyGILState_Init(runtime); in pycore_create_interpreter()