Searched refs:rfds (Results 1 - 2 of 2) sorted by relevance

/system/bt/osi/test/
H A Dfixed_queue_test.cpp26 fd_set rfds; local
29 FD_ZERO(&rfds);
32 FD_SET(fd, &rfds);
34 int result = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
37 return FD_ISSET(fd, &rfds);
/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c452 fd_set rfds; local
461 FD_ZERO(&rfds);
462 FD_SET(fd, &rfds);
468 rc = select(fd+1, &rfds, NULL, NULL, &tv);

Completed in 140 milliseconds