Searched refs:pfds (Results 1 – 2 of 2) sorted by relevance
109 struct pollfd pfds[] = { in TEST_F() local120 rc = poll(pfds, 2, 30000 /* 30 second timeout */); in TEST_F()123 ASSERT_TRUE(pfds[1].revents & POLLIN); in TEST_F()
5 ParcelFileDescriptor[] pfds; // not moveable