Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h180 PyAPI_FUNC(PyInterpreterState *) _PyGILState_GetInterpreterStateUnsafe(void);
/third_party/python/Python/
Dtraceback.c910 interp = _PyGILState_GetInterpreterStateUnsafe(); in _Py_DumpTracebackThreads()
Dpystate.c1370 _PyGILState_GetInterpreterStateUnsafe(void) in _PyGILState_GetInterpreterStateUnsafe() function