Searched refs:wakeup_pipe_out_ (Results 1 – 2 of 2) sorted by relevance
113 wakeup_pipe_out_(-1) { in MessagePumpLibevent()127 if (wakeup_pipe_out_ >= 0) { in ~MessagePumpLibevent()128 if (IGNORE_EINTR(close(wakeup_pipe_out_)) < 0) in ~MessagePumpLibevent()307 wakeup_pipe_out_ = fds[0]; in Init()311 event_set(wakeup_event_, wakeup_pipe_out_, EV_READ | EV_PERSIST, in Init()354 DCHECK(that->wakeup_pipe_out_ == socket); in OnWakeup()
148 int wakeup_pipe_out_; variable