Searched defs:pfds (Results 1 – 3 of 3) sorted by relevance
42 struct pollfd pfds = {.fd = fd, .events = POLLIN}; in read() local125 struct pollfd pfds[] = { in readProcessedDataInStream() local
117 std::array<pollfd, 3> pfds = {{{pollin_event_fd_.Get(), POLLIN, 0}, in PollPendingEvents() local
208 struct pollfd pfds[2]; in runStateMachine_l() local