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()
229 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in take_gil() local
Dceval.c146 struct _ceval_runtime_state *ceval, in COMPUTE_EVAL_BREAKER()
171 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in RESET_GIL_DROP_REQUEST() local
181 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_CALLS() local
191 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_CALLS() local
201 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_SIGNALS() local
217 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_SIGNALS() local
236 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_ASYNC_EXC() local
367 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseLock() local
375 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval; in _PyEval_ReleaseLock() local
403 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseThread() local
[all …]
/third_party/python/Include/internal/
Dpycore_runtime.h98 struct _ceval_runtime_state ceval; member
Dpycore_interp.h88 struct _ceval_state ceval; member