Searched refs:rb_w32_select (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h237 extern int WSAAPI rb_w32_select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
631 #define select(n, r, w, e, t) rb_w32_select(n, r, w, e, t)
H A Dintern.h318 #define rb_fd_select(n, rfds, wfds, efds, timeout) rb_w32_select((n), (rfds) ? ((rb_fdset_t*)(rfds))->fdset : NULL, (wfds) ? ((rb_fdset_t*)(wfds))->fdset : NULL, (efds) ? ((rb_fdset_t*)(efds))->fdset: NULL, (timeout))
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c2882 rb_w32_select(int nfds, fd_set *rd, fd_set *wr, fd_set *ex, function

Completed in 241 milliseconds