Searched defs:ceval (Results 1 – 5 of 5) sorted by relevance
1 # ceval chapter
144 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil()229 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in take_gil() local
146 struct _ceval_runtime_state *ceval, in COMPUTE_EVAL_BREAKER()171 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in RESET_GIL_DROP_REQUEST() local181 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_CALLS() local191 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_CALLS() local201 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_SIGNALS() local217 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_SIGNALS() local236 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_ASYNC_EXC() local367 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseLock() local375 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval; in _PyEval_ReleaseLock() local403 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseThread() local[all …]
98 struct _ceval_runtime_state ceval; member
88 struct _ceval_state ceval; member