Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc558 size_t pending_jobs = 0; in VerifyBackgroundTaskCount() local
565 pending_jobs++; in VerifyBackgroundTaskCount()
584 CHECK_EQ(pending_background_jobs_.size(), pending_jobs); in VerifyBackgroundTaskCount()
587 pending_jobs + running_jobs + (jobs_to_dispose_.empty() ? 0 : 1)); in VerifyBackgroundTaskCount()

Completed in 1 milliseconds