Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h185 PyAPI_FUNC(PyObject *) _PyThread_CurrentFrames(void);
/third_party/python/Python/
Dpystate.c1198 _PyThread_CurrentFrames(void) in _PyThread_CurrentFrames() function
Dsysmodule.c1877 return _PyThread_CurrentFrames(); in sys__current_frames_impl()