Home
last modified time | relevance | path

Searched defs:ceval (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
DREADME.md1 # ceval chapter
/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() local
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() local
201 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_CALLS() local
211 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_CALLS() local
221 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_SIGNALS() local
237 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_SIGNALS() local
256 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_ASYNC_EXC() local
433 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseLock() local
441 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval; in _PyEval_ReleaseLock() local
473 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseThread() local
[all …]
/third_party/python/Include/internal/
Dpycore_runtime.h107 struct _ceval_runtime_state ceval; member
Dpycore_interp.h231 struct _ceval_state ceval; member