Home
last modified time | relevance | path

Searched refs:_ceval_runtime_state (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime.h16 struct _ceval_runtime_state { struct
107 struct _ceval_runtime_state ceval;
Dpycore_ceval.h13 struct _ceval_runtime_state;
18 extern void _PyEval_InitRuntimeState(struct _ceval_runtime_state *);
/third_party/python/Python/
Dceval_gil.h144 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()
Dceval.c166 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 …]