Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h169 PyAPI_FUNC(PyInterpreterState *) _PyGILState_GetInterpreterStateUnsafe(void);
/external/python/cpython3/Python/
Dtraceback.c890 interp = _PyGILState_GetInterpreterStateUnsafe(); in _Py_DumpTracebackThreads()
Dpystate.c1234 _PyGILState_GetInterpreterStateUnsafe(void) in _PyGILState_GetInterpreterStateUnsafe() function