Home
last modified time | relevance | path

Searched refs:rb_update_max_fd (Results 1 – 17 of 17) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/pty/
H A Dpty.c118 rb_update_max_fd(i); in chfunc()
140 rb_update_max_fd(slave); in chfunc()
275 rb_update_max_fd(slavefd); in get_device_once()
327 rb_update_max_fd(*slave); in get_device_once()
347 rb_update_max_fd(masterfd); in get_device_once()
354 rb_update_max_fd(slavefd); in get_device_once()
408 rb_update_max_fd(masterfd); in get_device_once()
412 rb_update_max_fd(slavefd); in get_device_once()
585 rb_update_max_fd(wfptr->fd); in pty_getpty()
/dports/lang/ruby26/ruby-2.6.9/ext/socket/
H A Dinit.c86 rb_update_max_fd(fd); in rsock_init_sock()
472 rb_update_max_fd(ret); in rsock_socket0()
505 rb_update_max_fd(fd); in rsock_socket()
736 rb_update_max_fd(fd2); in rsock_s_accept_nonblock()
783 rb_update_max_fd(fd2); in rsock_s_accept()
H A Dunixsocket.c458 rb_update_max_fd(fd); in unix_recv_io()
H A Dsocket.c223 rb_update_max_fd(sv[0]); in rsock_socketpair0()
224 rb_update_max_fd(sv[1]); in rsock_socketpair0()
H A Dancdata.c1385 rb_update_max_fd(*fdp); in discard_cmsg()
1428 rb_update_max_fd(fd); in make_io_for_unix_rights()
/dports/lang/ruby26/ruby-2.6.9/ext/io/console/
H A Dconsole.c830 rb_update_max_fd(fd); in console_dev()
842 rb_update_max_fd(fd); in console_dev()
/dports/lang/ruby26/ruby-2.6.9/
H A Dthread_pthread.c1610 rb_update_max_fd(pipes[0]); in setup_communication_pipe_internal()
1621 rb_update_max_fd(pipes[0]); in setup_communication_pipe_internal()
1622 rb_update_max_fd(pipes[1]); in setup_communication_pipe_internal()
H A Dprocess.c2749 rb_update_max_fd(fd2); in rb_execarg_parent_start1()
3019 rb_update_max_fd(save_fd); in save_redirect_fd()
3189rb_update_max_fd(pairs[j].newfd); /* async-signal-safe but don't need to call it in a child proces… in run_exec_dup2()
3214 rb_update_max_fd(extra_fd); in run_exec_dup2()
3222 rb_update_max_fd(extra_fd); in run_exec_dup2()
3233 rb_update_max_fd(ret); in run_exec_dup2()
3290 rb_update_max_fd(newfd); in run_exec_dup2_child()
3602 rb_update_max_fd(ret); in move_fds_to_avoid_crash()
5063 rb_update_max_fd(fd); in ruby_setsid()
6780 rb_update_max_fd(n); in rb_daemon()
H A Dio.c195 rb_update_max_fd(int fd) in rb_update_max_fd() function
248 rb_update_max_fd(fd); in rb_fd_fix_cloexec()
943 rb_update_max_fd(fd); in ruby_dup()
6016 rb_update_max_fd(fd); in rb_sysopen_internal()
6366 rb_update_max_fd(pipes[0]); in rb_pipe()
6367 rb_update_max_fd(pipes[1]); in rb_pipe()
7294 rb_update_max_fd(fd); in io_reopen()
7302 rb_update_max_fd(fd); in io_reopen()
7980 rb_update_max_fd(fd); in prep_io()
8258 rb_update_max_fd(fd); in rb_io_initialize()
[all …]
H A Drandom.c462 rb_update_max_fd(fd); in fill_random_bytes_urandom()
H A Dfile.c4721 rb_update_max_fd(tmpfd); in nogvl_truncate()
6019 rb_update_max_fd(fd); in rb_file_load_ok()
H A Druby.c2090 rb_update_max_fd(fd); in open_load_file()
H A DChangeLog6523 io.c (rb_update_max_fd): use F_GETFL if possible
6531 Reduce stack usage of rb_update_max_fd from 184 to 24 bytes.
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h590 void rb_update_max_fd(int fd);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.020140 * io.c (rb_update_max_fd): fstat(2) can fail with other than
20565 (rsock_s_accept_nonblock): use rb_update_max_fd.
20566 (rsock_s_accept): use rb_update_max_fd.
20816 (rb_sysopen_internal): use rb_update_max_fd instead of
23584 * io.c (rb_update_max_fd): validate fd.
23735 * io.c (rb_update_max_fd): remove parentheses. they are not in
23740 * include/ruby/intern.h (rb_update_max_fd): declaration moved from
23745 * io.c: call rb_update_max_fd for each new fds.
23786 * io.c (rb_update_max_fd): new function.
23788 * internal.h (rb_update_max_fd): declare rb_update_max_fd.
H A DChangeLog-2.1.014445 * io.c (rb_fd_fix_cloexec): use rb_update_max_fd().
16552 * io.c (rb_update_max_fd): use ATOMIC_CAS because this function
H A DChangeLog-2.2.011394 * io.c (rb_update_max_fd): Return immediately if the given fd is small