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