Home
last modified time | relevance | path

Searched refs:_ceval_state (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ceval.h19 extern int _PyEval_InitState(struct _ceval_state *ceval);
20 extern void _PyEval_FiniState(struct _ceval_state *ceval);
Dpycore_interp.h34 struct _ceval_state { struct
231 struct _ceval_state ceval;
/third_party/python/Python/
Dceval_gil.h144 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil()
234 struct _ceval_state *ceval2 = &interp->ceval; in take_gil()
Dceval.c167 struct _ceval_state *ceval2) in COMPUTE_EVAL_BREAKER()
182 struct _ceval_state *ceval2 = &interp->ceval; in SET_GIL_DROP_REQUEST()
192 struct _ceval_state *ceval2 = &interp->ceval; in RESET_GIL_DROP_REQUEST()
202 struct _ceval_state *ceval2 = &interp->ceval; in SIGNAL_PENDING_CALLS()
212 struct _ceval_state *ceval2 = &interp->ceval; in UNSIGNAL_PENDING_CALLS()
222 struct _ceval_state *ceval2 = &interp->ceval; in SIGNAL_PENDING_SIGNALS()
238 struct _ceval_state *ceval2 = &interp->ceval; in UNSIGNAL_PENDING_SIGNALS()
247 struct _ceval_state *ceval2 = &interp->ceval; in SIGNAL_ASYNC_EXC()
257 struct _ceval_state *ceval2 = &interp->ceval; in UNSIGNAL_ASYNC_EXC()
434 struct _ceval_state *ceval2 = &tstate->interp->ceval; in PyEval_ReleaseLock()
[all …]