Searched refs:boot_finished_ (Results 1 – 2 of 2) sorted by relevance
178 if (boot_finished_) in OnBootFinished()180 boot_finished_ = true; in OnBootFinished()749 if (PostThreadCondWait(lock, -1, [this] { return boot_finished_; })) { in PostThread()
506 bool boot_finished_ = false; variable