Home
last modified time | relevance | path

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

/third_party/python/Lib/concurrent/futures/
D_base.py163 pending_count = sum(
167 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=True)
169 waiter = _AllCompletedWaiter(pending_count, stop_on_exception=False)
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c394 int pending_count; member
416 qctx->pending_count++; in ejd_exec_pause_guard()
655 qctx->pending_count--; in ejd_exec_check()
657 if (qctx->pending_count < 32) { in ejd_exec_check()
661 } else if (qctx->pending_count > 64) { in ejd_exec_check()