Searched refs:InFlightTasks (Results 1 – 2 of 2) sorted by relevance
77 [&] { return InFlightTasks == 0; }); in wait()84 ++InFlightTasks; in runAsync()89 int NewTasksCnt = --InFlightTasks; in runAsync()
120 std::size_t InFlightTasks = 0; variable