Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Functions | |
int | select (int num_fds, fd_set *in_fds, fd_set *out_fds, fd_set *ex_fds, struct timeval *timeout) |
int select | ( | int | num_fds, |
fd_set * | in_fds, | ||
fd_set * | out_fds, | ||
fd_set * | ex_fds, | ||
struct timeval * | timeout | ||
) |
Referenced by do_select(), and rb_thread_priority_set().