Searched refs:f_tstate (Results 1 – 6 of 6) sorted by relevance
39 PyThreadState *f_tstate; member59 ((f)->f_builtins != (f)->f_tstate->interp->builtins)
79 f->f_tstate = tstate; in gen_send_ex()94 f->f_tstate = NULL; in gen_send_ex()
772 f->f_tstate = tstate; in PyFrame_New()
339 PyThreadState *tstate = frame->f_tstate; in profile_trampoline()357 PyThreadState *tstate = frame->f_tstate; in trace_trampoline()
4037 register PyThreadState *tstate = frame->f_tstate; in call_trace()4054 PyThreadState *tstate = frame->f_tstate; in _PyEval_CallTracing()
2514 * The ``f_tstate`` (thread state) field of the :c:type:`PyFrameObject`