Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_runtime.h20 struct _ceval_runtime_state { struct
115 struct _ceval_runtime_state ceval;
H A Dpycore_ceval.h13 struct _ceval_runtime_state;
31 extern void _PyEval_InitRuntimeState(struct _ceval_runtime_state *);
/third_party/python/Python/
H A 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()
H A 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()
274 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_CALLS()
284 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_CALLS()
294 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in SIGNAL_PENDING_SIGNALS()
310 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_PENDING_SIGNALS()
329 struct _ceval_runtime_state *ceval = &interp->runtime->ceval; in UNSIGNAL_ASYNC_EXC()
438 struct _ceval_runtime_state *ceval = &runtime->ceval; in PyEval_ReleaseLock()
446 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval; in _PyEval_ReleaseLock()
474 struct _ceval_runtime_state *ceva in PyEval_ReleaseThread()
[all...]

Completed in 7 milliseconds