Searched refs:_PyGILState_GetInterpreterStateUnsafe (Results 1 – 5 of 5) sorted by relevance
429 PyAPI_FUNC(PyInterpreterState *) _PyGILState_GetInterpreterStateUnsafe(void);
870 interp = _PyGILState_GetInterpreterStateUnsafe(); in _Py_DumpTracebackThreads()
921 _PyGILState_GetInterpreterStateUnsafe(void) in _PyGILState_GetInterpreterStateUnsafe() function
2067 _PyCoreConfig *core_config = &_PyGILState_GetInterpreterStateUnsafe()->core_config; in make_flags()
1555 const _PyCoreConfig *config = &_PyGILState_GetInterpreterStateUnsafe()->core_config; in pymain_open_filename()