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

/vbox/src/recompiler/tests/
H A Dlinux-test.c364 int fds[2], fd_max, ret; local
375 fd_max = fds[0];
380 if (fds[1] > fd_max)
381 fd_max = fds[1];
383 ret = chk_error(select(fd_max + 1, &rfds, &wfds, NULL, NULL));

Completed in 72 milliseconds