Lines Matching refs:_ceval_state
167 struct _ceval_state *ceval2) in COMPUTE_EVAL_BREAKER()
182 struct _ceval_state *ceval2 = &interp->ceval; in SET_GIL_DROP_REQUEST()
192 struct _ceval_state *ceval2 = &interp->ceval; in RESET_GIL_DROP_REQUEST()
202 struct _ceval_state *ceval2 = &interp->ceval; in SIGNAL_PENDING_CALLS()
212 struct _ceval_state *ceval2 = &interp->ceval; in UNSIGNAL_PENDING_CALLS()
222 struct _ceval_state *ceval2 = &interp->ceval; in SIGNAL_PENDING_SIGNALS()
238 struct _ceval_state *ceval2 = &interp->ceval; in UNSIGNAL_PENDING_SIGNALS()
247 struct _ceval_state *ceval2 = &interp->ceval; in SIGNAL_ASYNC_EXC()
257 struct _ceval_state *ceval2 = &interp->ceval; in UNSIGNAL_ASYNC_EXC()
434 struct _ceval_state *ceval2 = &tstate->interp->ceval; in PyEval_ReleaseLock()
442 struct _ceval_state *ceval2 = &tstate->interp->ceval; in _PyEval_ReleaseLock()
474 struct _ceval_state *ceval2 = &tstate->interp->ceval; in PyEval_ReleaseThread()
532 struct _ceval_state *ceval2 = &tstate->interp->ceval; in PyEval_SaveThread()
811 _PyEval_InitState(struct _ceval_state *ceval) in _PyEval_InitState()
831 _PyEval_FiniState(struct _ceval_state *ceval) in _PyEval_FiniState()
1172 struct _ceval_state *ceval2 = &tstate->interp->ceval; in eval_frame_handle_pending()