Searched refs:wakeFlags (Results 1 – 1 of 1) sorted by relevance
141 int wakeFlags = 0; in netPipe_io_func() local165 wakeFlags |= PIPE_WAKE_READ; in netPipe_io_func()171 wakeFlags |= PIPE_WAKE_WRITE; in netPipe_io_func()176 if (wakeFlags != 0) { in netPipe_io_func()177 goldfish_pipe_wake(pipe->hwpipe, wakeFlags); in netPipe_io_func()178 pipe->wakeWanted &= ~wakeFlags; in netPipe_io_func()