Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dexecutor.cc230 ts->queued_long_job = false; in ThreadMain()
311 if (ts->queued_long_job) { in Enqueue()
357 ts->queued_long_job = !is_short; in Enqueue()
Dexecutor.h38 bool queued_long_job; member