Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ceval.h32 extern void _PyEval_InitState(struct _ceval_state *, PyThread_type_lock);
33 extern void _PyEval_FiniState(struct _ceval_state *ceval);
H A Dpycore_interp.h46 struct _ceval_state { struct
115 struct _ceval_state ceval;
/third_party/python/Python/
H A Dceval_gil.h146 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil()
232 struct _ceval_state *ceval2 = &interp->ceval; in take_gil()
H A Dceval.c240 struct _ceval_state *ceval2) in COMPUTE_EVAL_BREAKER()
255 struct _ceval_state *ceval2 = &interp->ceval; in SET_GIL_DROP_REQUEST()
265 struct _ceval_state *ceval2 = &interp->ceval; in RESET_GIL_DROP_REQUEST()
275 struct _ceval_state *ceval2 = &interp->ceval; in SIGNAL_PENDING_CALLS()
285 struct _ceval_state *ceval2 = &interp->ceval; in UNSIGNAL_PENDING_CALLS()
295 struct _ceval_state *ceval2 = &interp->ceval; in SIGNAL_PENDING_SIGNALS()
311 struct _ceval_state *ceval2 = &interp->ceval; in UNSIGNAL_PENDING_SIGNALS()
320 struct _ceval_state *ceval2 = &interp->ceval; in SIGNAL_ASYNC_EXC()
330 struct _ceval_state *ceval2 = &interp->ceval; in UNSIGNAL_ASYNC_EXC()
439 struct _ceval_state *ceval in PyEval_ReleaseLock()
[all...]

Completed in 7 milliseconds