Searched refs:IsPostGraphFinished (Results 1 – 2 of 2) sorted by relevance
383 if (graph != nullptr && !graph->IsPostGraphFinished()) { in RunGraphAsync()386 reenter_cond_var_.wait(lock, [&graph] { return graph->IsPostGraphFinished(); }); in RunGraphAsync()
313 bool IsPostGraphFinished() const { in IsPostGraphFinished() function