Searched refs:wakeup_pipe_out_ (Results 1 – 3 of 3) sorted by relevance
106 wakeup_pipe_out_(-1) { in MessagePumpLibevent()120 if (wakeup_pipe_out_ >= 0) { in ~MessagePumpLibevent()121 if (IGNORE_EINTR(close(wakeup_pipe_out_)) < 0) in ~MessagePumpLibevent()290 wakeup_pipe_out_ = fds[0]; in Init()294 event_set(wakeup_event_, wakeup_pipe_out_, EV_READ | EV_PERSIST, in Init()339 DCHECK(that->wakeup_pipe_out_ == socket); in OnWakeup()
113 int wakeup_pipe_out_; variable
129 int wakeup_pipe_out_ = -1; member in webrtc::__anond79c7f5c0111::TaskQueueLibevent181 wakeup_pipe_out_ = fds[0]; in TaskQueueLibevent()184 EventAssign(&wakeup_event_, event_base_, wakeup_pipe_out_, in TaskQueueLibevent()209 close(wakeup_pipe_out_); in Delete()211 wakeup_pipe_out_ = -1; in Delete()274 RTC_DCHECK(me->wakeup_pipe_out_ == socket); in OnWakeup()