Home
last modified time | relevance | path

Searched defs:ceval (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Python/
H A Dceval_gil.h146 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil() argument
231 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in take_gil() local
[all...]
H A Dceval.c264 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
238 COMPUTE_EVAL_BREAKER(PyInterpreterState *interp, struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2) COMPUTE_EVAL_BREAKER() argument
284 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; UNSIGNAL_PENDING_CALLS() local
294 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; SIGNAL_PENDING_SIGNALS() local
310 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; UNSIGNAL_PENDING_SIGNALS() local
329 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; UNSIGNAL_ASYNC_EXC() local
438 struct _ceval_runtime_state *ceval = &runtime->ceval; PyEval_ReleaseLock() local
446 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval; _PyEval_ReleaseLock() local
474 struct _ceval_runtime_state *ceval = &runtime->ceval; PyEval_ReleaseThread() local
523 struct _ceval_runtime_state *ceval = &runtime->ceval; PyEval_SaveThread() local
787 _PyEval_InitRuntimeState(struct _ceval_runtime_state *ceval) _PyEval_InitRuntimeState() argument
793 _PyEval_InitState(struct _ceval_state *ceval, PyThread_type_lock pending_lock) _PyEval_InitState() argument
802 _PyEval_FiniState(struct _ceval_state *ceval) _PyEval_FiniState() argument
1184 struct _ceval_runtime_state *ceval = &runtime->ceval; eval_frame_handle_pending() local
[all...]
/third_party/python/Include/internal/
H A Dpycore_runtime.h115 struct _ceval_runtime_state ceval; member
H A Dpycore_interp.h115 struct _ceval_state ceval; member

Completed in 7 milliseconds