Searched refs:thread_notifier_ (Results 1 – 1 of 1) sorted by relevance
48 SharedFD thread_notifier_; member in cuttlefish::webrtc_streaming::UnixServerConnection208 thread_notifier_ = SharedFD::Event(); in Connect()209 if (!thread_notifier_->IsOpen()) { in Connect()211 << thread_notifier_->StrError(); in Connect()227 if (!thread_notifier_->IsOpen()) { in StopThread()231 if (thread_notifier_->EventfdWrite(1) < 0) { in StopThread()240 if (!thread_notifier_->IsOpen()) { in ReadLoop()248 rset.Set(thread_notifier_); in ReadLoop()255 if (rset.IsSet(thread_notifier_)) { in ReadLoop()257 auto res = thread_notifier_->EventfdRead(&val); in ReadLoop()[all …]