Home
last modified time | relevance | path

Searched refs:threadstate_getframe (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dpystate.c151 threadstate_getframe(PyThreadState *self) in threadstate_getframe() function
162 _PyThreadState_GetFrame = threadstate_getframe; in new_threadstate()
/external/python/cpython3/Python/
Dpystate.c350 threadstate_getframe(PyThreadState *self) in threadstate_getframe() function
361 _PyThreadState_GetFrame = threadstate_getframe; in new_threadstate()