Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h183 PyAPI_FUNC(PyObject *) _PyThread_CurrentFrames(void);
/external/python/cpython3/Include/
Dpystate.h290 PyAPI_FUNC(PyObject *) _PyThread_CurrentFrames(void);
/external/python/cpython2/Python/
Dpystate.c456 _PyThread_CurrentFrames(void) in _PyThread_CurrentFrames() function
Dsysmodule.c846 return _PyThread_CurrentFrames(); in sys_current_frames()
/external/python/cpython3/Python/
Dpystate.c647 _PyThread_CurrentFrames(void) in _PyThread_CurrentFrames() function
Dsysmodule.c1247 return _PyThread_CurrentFrames(); in sys_current_frames()
/external/python/cpython2/PC/os2emx/
Dpython27.def1029 "_PyThread_CurrentFrames"