Home
last modified time | relevance | path

Searched defs:rb_fd_select (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h371 rb_fd_select(int n, rb_fdset_t *rfds, rb_fdset_t *wfds, rb_fdset_t *efds, struct timeval *timeout) in rb_fd_select() function
399 #define rb_fd_select(n, rfds, wfds, efds, timeout) select((n), (rfds), (wfds), (efds), (timeout)) macro
/dports/lang/ruby26/ruby-2.6.9/
H A Dthread.c3747 rb_fd_select(int n, rb_fdset_t *readfds, rb_fdset_t *writefds, rb_fdset_t *exceptfds, struct timeva… in rb_fd_select() function