Home
last modified time | relevance | path

Searched refs:total_fds (Results 1 – 7 of 7) sorted by relevance

/dports/benchmarks/unixbench/byte-unixbench-5.1.3/UnixBench/src/
H A Dtime-polling.c352 int fd, max_fd, count, total_fds; local
389 total_fds = 0;
424 total_fds = max_fd + 1;
439 else num_to_test = total_fds - first_fd;
454 if (num_to_test > total_fds - first_fd) num_to_test = total_fds - first_fd;
455 if (num_active > total_fds - first_fd) num_active = total_fds - first_fd;
457 for (fd = total_fds - num_to_test; fd < total_fds; ++fd)
470 for (fd = total_fds - num_active; fd < total_fds; ++fd)
483 total_fds, total_fds - num_to_test, max_fd);
490 start_index = total_fds - num_to_test;
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/demux/
H A Ddemux_poll.c11 int total_fds, i, j, events, ret, work_done; in HYDT_dmxu_poll_wait_for_event() local
37 total_fds = i; in HYDT_dmxu_poll_wait_for_event()
40 ret = poll(pollfds, total_fds, (wtime < 0) ? wtime : (wtime * 1000)); in HYDT_dmxu_poll_wait_for_event()
81 if (i == total_fds) in HYDT_dmxu_poll_wait_for_event()
85 if (i == total_fds) in HYDT_dmxu_poll_wait_for_event()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/demux/
H A Ddemux_poll.c10 int total_fds, i, j, events, ret, work_done; in HYDT_dmxu_poll_wait_for_event() local
36 total_fds = i; in HYDT_dmxu_poll_wait_for_event()
39 ret = poll(pollfds, total_fds, (wtime < 0) ? wtime : (wtime * 1000)); in HYDT_dmxu_poll_wait_for_event()
80 if (i == total_fds) in HYDT_dmxu_poll_wait_for_event()
84 if (i == total_fds) in HYDT_dmxu_poll_wait_for_event()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/demux/
H A Dhydra_demux_poll.c13 int total_fds, i, ret, work_done; in HYDI_dmx_poll_wait_for_event() local
35 total_fds = i; in HYDI_dmx_poll_wait_for_event()
38 ret = poll(pollfds, total_fds, (wtime < 0) ? wtime : (wtime * 1000)); in HYDI_dmx_poll_wait_for_event()
76 if (i == total_fds) in HYDI_dmx_poll_wait_for_event()
/dports/devel/p5-EV/EV-4.33/libev/
H A Dev.pod521 i.e. O(total_fds). See the entry for C<EVBACKEND_SELECT>, above, for
534 O(total_fds) where total_fds is the total number of fds (or the highest
/dports/net/tcpkali/tcpkali-1.1.1/deps/libev/
H A Dev.pod487 i.e. O(total_fds). See the entry for C<EVBACKEND_SELECT>, above, for
500 O(total_fds) where total_fds is the total number of fds (or the highest
/dports/devel/libev/libev-4.33/
H A Dev.pod521 i.e. O(total_fds). See the entry for C<EVBACKEND_SELECT>, above, for
534 O(total_fds) where total_fds is the total number of fds (or the highest