|
Ruby
2.0.0p481(2014-05-08revision45883)
|
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().
1.7.6.1