Searched refs:_ceval_runtime_state (Results 1 – 4 of 4) sorted by relevance
16 struct _ceval_runtime_state { struct107 struct _ceval_runtime_state ceval;
13 struct _ceval_runtime_state;18 extern void _PyEval_InitRuntimeState(struct _ceval_runtime_state *);
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()
166 struct _ceval_runtime_state *ceval, in COMPUTE_EVAL_BREAKER()191 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in RESET_GIL_DROP_REQUEST()201 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_CALLS()211 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_CALLS()221 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_SIGNALS()237 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_SIGNALS()256 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_ASYNC_EXC()433 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseLock()441 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval; in _PyEval_ReleaseLock()473 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseThread()[all …]