Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/
Ddefault-job.cc45 size_t num_tasks_to_post = 0; in NotifyConcurrencyIncrease() local
52 num_tasks_to_post = max_concurrency - active_workers_ - pending_tasks_; in NotifyConcurrencyIncrease()
53 pending_tasks_ += num_tasks_to_post; in NotifyConcurrencyIncrease()
58 for (size_t i = 0; i < num_tasks_to_post; ++i) { in NotifyConcurrencyIncrease()
149 size_t num_tasks_to_post = 0; in DidRunTask() local
163 num_tasks_to_post = max_concurrency - active_workers_ - pending_tasks_; in DidRunTask()
164 pending_tasks_ += num_tasks_to_post; in DidRunTask()
173 for (size_t i = 0; i < num_tasks_to_post; ++i) { in DidRunTask()