Searched refs:LastIdle (Results 1 – 4 of 4) sorted by relevance
52 Stat.LastIdle = Stat.Completed; in work()128 Stat.Enqueued, Stat.Active, Stat.LastIdle); in notifyProgress()
88 unsigned LastIdle = 0; // Number of completed tasks when last empty. member
844 EXPECT_GE(New.LastIdle, S.LastIdle); in TEST()846 EXPECT_LE(New.LastIdle, New.Completed); in TEST()848 EXPECT_EQ(New.LastIdle == New.Enqueued, in TEST()877 EXPECT_EQ(S.LastIdle, 2000u); in TEST()
1630 assert(Stats.Enqueued > Stats.LastIdle); in onBackgroundIndexProgress()1632 Report.percentage = 100.0 * (Stats.Completed - Stats.LastIdle) / in onBackgroundIndexProgress()1633 (Stats.Enqueued - Stats.LastIdle); in onBackgroundIndexProgress()1635 llvm::formatv("{0}/{1}", Stats.Completed - Stats.LastIdle, in onBackgroundIndexProgress()1636 Stats.Enqueued - Stats.LastIdle); in onBackgroundIndexProgress()