Searched refs:_ceval_state (Results 1 – 4 of 4) sorted by relevance
19 extern int _PyEval_InitState(struct _ceval_state *ceval);20 extern void _PyEval_FiniState(struct _ceval_state *ceval);
34 struct _ceval_state { struct231 struct _ceval_state ceval;
144 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil()234 struct _ceval_state *ceval2 = &interp->ceval; in take_gil()
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()[all …]