Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dceval.c239 struct _ceval_runtime_state *ceval, in COMPUTE_EVAL_BREAKER()
264 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in RESET_GIL_DROP_REQUEST() local
274 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_CALLS() local
284 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_CALLS() local
294 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_SIGNALS() local
310 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_SIGNALS() local
329 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_ASYNC_EXC() local
438 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseLock() local
446 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval; in _PyEval_ReleaseLock() local
474 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseThread() local
[all …]
Dceval_gil.h146 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil()
231 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in take_gil() local
/aosp_15_r20/external/angle/src/third_party/ceval/
H A DREADME.md1 # ceval chapter
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_runtime.h115 struct _ceval_runtime_state ceval; member
Dpycore_interp.h115 struct _ceval_state ceval; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_runtime.h115 struct _ceval_runtime_state ceval; member
Dpycore_interp.h115 struct _ceval_state ceval; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_runtime.h115 struct _ceval_runtime_state ceval; member
Dpycore_interp.h115 struct _ceval_state ceval; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_runtime.h115 struct _ceval_runtime_state ceval; member
Dpycore_interp.h115 struct _ceval_state ceval; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_runtime.h115 struct _ceval_runtime_state ceval; member
Dpycore_interp.h115 struct _ceval_state ceval; member
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp14 const Enum ceval = eval; variable