Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dstate.h51 bool ShouldDelayEdge() const { return depth_ != 0; } in ShouldDelayEdge() function
Dbuild.cc404 if (pool->ShouldDelayEdge()) { in ScheduleWork()