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()233 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in take_gil() local
166 struct _ceval_runtime_state *ceval, in COMPUTE_EVAL_BREAKER()191 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in RESET_GIL_DROP_REQUEST() local201 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_CALLS() local211 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_CALLS() local221 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_SIGNALS() local237 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_SIGNALS() local256 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_ASYNC_EXC() local433 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseLock() local441 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval; in _PyEval_ReleaseLock() local473 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseThread() local[all …]
107 struct _ceval_runtime_state ceval; member
231 struct _ceval_state ceval; member