Searched refs:shutdown_done_ (Results 1 – 3 of 3) sorted by relevance
341 bool shutdown_done_ = false; variable
337 bool shutdown_done_ = false; variable
1133 shutdown_done_ = true; in UnrefWithPossibleNotify()1141 shutdown_done_ = true; in UnrefAndWaitLocked()1144 shutdown_done_cv_.WaitUntil(&mu_, [this] { return shutdown_done_; }); in UnrefAndWaitLocked()