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

/system/bt/osi/test/
H A Dfixed_queue_test.cc25 fd_set rfds; local
28 FD_ZERO(&rfds);
31 FD_SET(fd, &rfds);
33 int result = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
36 return FD_ISSET(fd, &rfds);
/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c455 fd_set rfds; local
464 FD_ZERO(&rfds);
465 FD_SET(fd, &rfds);
471 rc = select(fd+1, &rfds, NULL, NULL, &tv);

Completed in 165 milliseconds