Searched refs:detached_ (Results 1 – 2 of 2) sorted by relevance
263 detached_.notify_one(); in SetLoop()277 WaitLockedUntil(detached_, [this]()->bool { return loop_ == nullptr; }); in Wait()
72 std::condition_variable detached_; variable