Searched refs:wakeup_pipe_out_ (Results 1 – 2 of 2) sorted by relevance
112 wakeup_pipe_out_(-1) { in MessagePumpLibevent()126 if (wakeup_pipe_out_ >= 0) { in ~MessagePumpLibevent()127 if (HANDLE_EINTR(close(wakeup_pipe_out_)) < 0) in ~MessagePumpLibevent()311 wakeup_pipe_out_ = fds[0]; in Init()315 event_set(wakeup_event_, wakeup_pipe_out_, EV_READ | EV_PERSIST, in Init()345 DCHECK(that->wakeup_pipe_out_ == socket); in OnWakeup()
155 int wakeup_pipe_out_; variable