Searched refs:wakeup_pipe_out_ (Results 1 – 2 of 2) 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