Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dframeobject.h39 PyThreadState *f_tstate; member
59 ((f)->f_builtins != (f)->f_tstate->interp->builtins)
/external/python/cpython2/Objects/
Dgenobject.c79 f->f_tstate = tstate; in gen_send_ex()
94 f->f_tstate = NULL; in gen_send_ex()
Dframeobject.c772 f->f_tstate = tstate; in PyFrame_New()
/external/python/cpython2/Python/
Dsysmodule.c339 PyThreadState *tstate = frame->f_tstate; in profile_trampoline()
357 PyThreadState *tstate = frame->f_tstate; in trace_trampoline()
Dceval.c4037 register PyThreadState *tstate = frame->f_tstate; in call_trace()
4054 PyThreadState *tstate = frame->f_tstate; in _PyEval_CallTracing()
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2514 * The ``f_tstate`` (thread state) field of the :c:type:`PyFrameObject`