Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h429 PyAPI_FUNC(PyInterpreterState *) _PyGILState_GetInterpreterStateUnsafe(void);
/external/python/cpython3/Python/
Dtraceback.c870 interp = _PyGILState_GetInterpreterStateUnsafe(); in _Py_DumpTracebackThreads()
Dpystate.c921 _PyGILState_GetInterpreterStateUnsafe(void) in _PyGILState_GetInterpreterStateUnsafe() function
Dsysmodule.c2067 _PyCoreConfig *core_config = &_PyGILState_GetInterpreterStateUnsafe()->core_config; in make_flags()
/external/python/cpython3/Modules/
Dmain.c1555 const _PyCoreConfig *config = &_PyGILState_GetInterpreterStateUnsafe()->core_config; in pymain_open_filename()