Home
last modified time | relevance | path

Searched refs:calls_to_do (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_interp.h32 _Py_atomic_int calls_to_do; member
/third_party/python/Python/
H A Dceval.c246 | (_Py_atomic_load_relaxed_int32(&ceval2->pending.calls_to_do) in COMPUTE_EVAL_BREAKER()
276 _Py_atomic_store_relaxed(&ceval2->pending.calls_to_do, 1); in SIGNAL_PENDING_CALLS()
286 _Py_atomic_store_relaxed(&ceval2->pending.calls_to_do, 0); in UNSIGNAL_PENDING_CALLS()
746 if (!_Py_atomic_load_relaxed_int32(&(pending->calls_to_do))) { in _Py_FinishPendingCalls()
1195 if (_Py_atomic_load_relaxed_int32(&ceval2->pending.calls_to_do)) { in eval_frame_handle_pending()

Completed in 12 milliseconds