Home
last modified time | relevance | path

Searched refs:COMPUTE_EVAL_BREAKER (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dceval_gil.h316 COMPUTE_EVAL_BREAKER(interp, ceval, ceval2); in take_gil()
Dceval.c165 COMPUTE_EVAL_BREAKER(PyInterpreterState *interp, in COMPUTE_EVAL_BREAKER() function
194 COMPUTE_EVAL_BREAKER(interp, ceval, ceval2); in RESET_GIL_DROP_REQUEST()
204 COMPUTE_EVAL_BREAKER(interp, ceval, ceval2); in SIGNAL_PENDING_CALLS()
214 COMPUTE_EVAL_BREAKER(interp, ceval, ceval2); in UNSIGNAL_PENDING_CALLS()
229 COMPUTE_EVAL_BREAKER(interp, ceval, ceval2); in SIGNAL_PENDING_SIGNALS()
240 COMPUTE_EVAL_BREAKER(interp, ceval, ceval2); in UNSIGNAL_PENDING_SIGNALS()
259 COMPUTE_EVAL_BREAKER(interp, ceval, ceval2); in UNSIGNAL_ASYNC_EXC()
1218 COMPUTE_EVAL_BREAKER(tstate->interp, ceval, ceval2); in eval_frame_handle_pending()