Home
last modified time | relevance | path

Searched refs:sys_max_files (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/unix/
H A Dsys_drivers.c512 if (ifd[0] >= sys_max_files() || pipe(ofd) < 0) { in spawn_start()
517 if (ofd[1] >= sys_max_files()) { in spawn_start()
528 if (stderrfd >= sys_max_files() || stderrfd < 0) { in spawn_start()
833 if (((opts->read_write & DO_READ) && opts->ifd >= sys_max_files()) || in fd_start()
834 ((opts->read_write & DO_WRITE) && opts->ofd >= sys_max_files())) in fd_start()
1058 if (fd >= sys_max_files()) { in vanilla_start()
1644 snprintf(buff, 128, "%d", sys_max_files()); in forker_start()
H A Dsys.c694 int sys_max_files(void) in sys_max_files() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/unix/
H A Dsys_drivers.c521 if (ifd[0] >= sys_max_files() || pipe(ofd) < 0) { in spawn_start()
526 if (ofd[1] >= sys_max_files()) { in spawn_start()
537 if (stderrfd >= sys_max_files() || stderrfd < 0) { in spawn_start()
854 if (((opts->read_write & DO_READ) && opts->ifd >= sys_max_files()) || in fd_start()
855 ((opts->read_write & DO_WRITE) && opts->ofd >= sys_max_files())) in fd_start()
1079 if (fd >= sys_max_files()) { in vanilla_start()
1700 snprintf(buff, 128, "%d", sys_max_files()); in forker_start()
H A Dsys.c708 int sys_max_files(void) in sys_max_files() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys_drivers.c515 if (ifd[0] >= sys_max_files() || pipe(ofd) < 0) { in spawn_start()
520 if (ofd[1] >= sys_max_files()) { in spawn_start()
531 if (stderrfd >= sys_max_files() || stderrfd < 0) { in spawn_start()
848 if (((opts->read_write & DO_READ) && opts->ifd >= sys_max_files()) || in fd_start()
849 ((opts->read_write & DO_WRITE) && opts->ofd >= sys_max_files())) in fd_start()
1073 if (fd >= sys_max_files()) { in vanilla_start()
1694 snprintf(buff, 128, "%d", sys_max_files()); in forker_start()
H A Dsys.c703 int sys_max_files(void) in sys_max_files() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/unix/
H A Dsys_drivers.c520 if (ifd[0] >= sys_max_files() || pipe(ofd) < 0) { in spawn_start()
525 if (ofd[1] >= sys_max_files()) { in spawn_start()
536 if (stderrfd >= sys_max_files() || stderrfd < 0) { in spawn_start()
853 if (((opts->read_write & DO_READ) && opts->ifd >= sys_max_files()) || in fd_start()
854 ((opts->read_write & DO_WRITE) && opts->ofd >= sys_max_files())) in fd_start()
1078 if (fd >= sys_max_files()) { in vanilla_start()
1699 snprintf(buff, 128, "%d", sys_max_files()); in forker_start()
H A Dsys.c697 int sys_max_files(void) in sys_max_files() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys_drivers.c515 if (ifd[0] >= sys_max_files() || pipe(ofd) < 0) { in spawn_start()
520 if (ofd[1] >= sys_max_files()) { in spawn_start()
531 if (stderrfd >= sys_max_files() || stderrfd < 0) { in spawn_start()
848 if (((opts->read_write & DO_READ) && opts->ifd >= sys_max_files()) || in fd_start()
849 ((opts->read_write & DO_WRITE) && opts->ofd >= sys_max_files())) in fd_start()
1073 if (fd >= sys_max_files()) { in vanilla_start()
1694 snprintf(buff, 128, "%d", sys_max_files()); in forker_start()
H A Dsys.c703 int sys_max_files(void) in sys_max_files() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys_drivers.c515 if (ifd[0] >= sys_max_files() || pipe(ofd) < 0) { in spawn_start()
520 if (ofd[1] >= sys_max_files()) { in spawn_start()
531 if (stderrfd >= sys_max_files() || stderrfd < 0) { in spawn_start()
848 if (((opts->read_write & DO_READ) && opts->ifd >= sys_max_files()) || in fd_start()
849 ((opts->read_write & DO_WRITE) && opts->ofd >= sys_max_files())) in fd_start()
1073 if (fd >= sys_max_files()) { in vanilla_start()
1694 snprintf(buff, 128, "%d", sys_max_files()); in forker_start()
H A Dsys.c703 int sys_max_files(void) in sys_max_files() function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Dsys_drivers.c515 if (ifd[0] >= sys_max_files() || pipe(ofd) < 0) { in spawn_start()
520 if (ofd[1] >= sys_max_files()) { in spawn_start()
531 if (stderrfd >= sys_max_files() || stderrfd < 0) { in spawn_start()
848 if (((opts->read_write & DO_READ) && opts->ifd >= sys_max_files()) || in fd_start()
849 ((opts->read_write & DO_WRITE) && opts->ofd >= sys_max_files())) in fd_start()
1073 if (fd >= sys_max_files()) { in vanilla_start()
1694 snprintf(buff, 128, "%d", sys_max_files()); in forker_start()
H A Dsys.c703 int sys_max_files(void) in sys_max_files() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dsys.h758 int sys_max_files(void);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dsys.h756 int sys_max_files(void);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dsys.h807 int sys_max_files(void);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dsys.h791 int sys_max_files(void);
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dsys.h791 int sys_max_files(void);
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Dsys.h791 int sys_max_files(void);
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Dsys.h791 int sys_max_files(void);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/win32/
H A Derl_poll.c1156 int res = sys_max_files(); in erts_poll_max_fds()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_poll.c1156 int res = sys_max_files(); in erts_poll_max_fds()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/win32/
H A Derl_poll.c1156 int res = sys_max_files(); in erts_poll_max_fds()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_poll.c1156 int res = sys_max_files(); in erts_poll_max_fds()

12