Searched refs:select_wrapper (Results 1 – 2 of 2) sorted by relevance
/curl/tests/libtest/ |
H A D | first.c | 40 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper() function 71 select_wrapper(0, NULL, NULL, NULL, &t); in wait_ms()
|
H A D | test.h | 68 extern int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, 420 if(select_wrapper((A), (B), (C), (D), (E)) == -1) { \
|
Completed in 5 milliseconds