Searched refs:wakeup_pipe_out_ (Results 1 – 2 of 2) sorted by relevance
121 wakeup_pipe_out_(-1) { in MessagePumpLibevent()135 if (wakeup_pipe_out_ >= 0) { in ~MessagePumpLibevent()136 if (IGNORE_EINTR(close(wakeup_pipe_out_)) < 0) in ~MessagePumpLibevent()332 wakeup_pipe_out_ = fds[0]; in Init()336 event_set(wakeup_event_, wakeup_pipe_out_, EV_READ | EV_PERSIST, in Init()380 DCHECK(that->wakeup_pipe_out_ == socket); in OnWakeup()
167 int wakeup_pipe_out_; variable