Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h183 PyAPI_FUNC(PyObject *) _PyThread_CurrentFrames(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h181 PyAPI_FUNC(PyObject *) _PyThread_CurrentFrames(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c456 _PyThread_CurrentFrames(void) in _PyThread_CurrentFrames() function
Dsysmodule.c846 return _PyThread_CurrentFrames(); in sys_current_frames()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c454 _PyThread_CurrentFrames(void) in _PyThread_CurrentFrames() function
Dsysmodule.c828 return _PyThread_CurrentFrames(); in sys_current_frames()