Searched defs:ceval (Results 1 – 14 of 14) sorted by relevance
239 struct _ceval_runtime_state *ceval, in COMPUTE_EVAL_BREAKER()264 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in RESET_GIL_DROP_REQUEST() local274 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_CALLS() local284 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_CALLS() local294 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_SIGNALS() local310 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_SIGNALS() local329 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_ASYNC_EXC() local438 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseLock() local446 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval; in _PyEval_ReleaseLock() local474 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseThread() local[all …]
146 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil()231 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in take_gil() local
1 # ceval chapter
115 struct _ceval_runtime_state ceval; member
115 struct _ceval_state ceval; member
14 const Enum ceval = eval; variable