Searched refs:afd_ (Results 1 – 1 of 1) sorted by relevance
526 if (pipe(afd_) < 0) in EventDispatcher()533 close(afd_[0]); in ~EventDispatcher()534 close(afd_[1]); in ~EventDispatcher()541 if (VERIFY(1 == write(afd_[1], b, sizeof(b)))) { in Signal()558 VERIFY(1 == read(afd_[0], b, sizeof(b))); in OnPreEvent()568 return afd_[0]; in GetDescriptor()577 int afd_[2]; member in talk_base::EventDispatcher616 return afd_[0]; in GetDescriptor()632 if (-1 == write(afd_[1], b, sizeof(b))) { in OnPosixSignalReceived()644 if (pipe(afd_) < 0) { in PosixSignalHandler()[all …]