timeout 78 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c double timeout, MPI_Status *status) timeout 103 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c timeout = (timeout <= 0) ? INFINITE : (timeout * 1000); timeout 106 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c FALSE, timeout)) != WAIT_FAILED){ timeout 24 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c double timeout, MPI_Status *status); timeout 182 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c double timeout, MPI_Status *status) timeout 197 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c double timeout, MPI_Status *status); timeout 1311 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c double timeout, MPI_Status *status) timeout 1333 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c if ((timeout > 0) && (timeout < (MPI_Wtime() - starttime))) timeout 244 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c double timeout, MPI_Status *status) timeout 261 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c if (timeout >0) { timeout 262 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c aio_timer.tv_sec = (time_t)timeout; timeout 263 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c aio_timer.tv_nsec = timeout - aio_timer.tv_sec; timeout 303 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c if ( (timeout > 0) && (timeout < (MPI_Wtime() - starttime) )) timeout 220 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c double timeout, MPI_Status *status); timeout 1536 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c double timeout, MPI_Status *status) timeout 1558 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c if ((timeout > 0) && (timeout < (MPI_Wtime() - starttime))) timeout 423 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_GEN_aio_wait_fn(int count, void **array_of_states, double timeout, timeout 131 ompi/mca/mtl/psm/mtl_psm.c ep_opt.timeout = ompi_mtl_psm.connect_timeout * 1e9; timeout 131 ompi/mca/mtl/psm2/mtl_psm2.c ep_opt.timeout = ompi_mtl_psm2.connect_timeout * 1e9; timeout 1776 ompi/mca/topo/treematch/treematch/tm_tree.c int timeout; timeout 1843 ompi/mca/topo/treematch/treematch/tm_tree.c timeout = select_independent_groups(tab_group, nb_groups, arity, solution_size, &best_val, best_selection, 1, 100); timeout 1845 ompi/mca/topo/treematch/treematch/tm_tree.c if(timeout) timeout 1859 ompi/mca/topo/treematch/treematch/tm_tree.c timeout = select_independent_groups(tab_group, nb_groups, arity, solution_size, &best_val, best_selection, 10, 0.1); timeout 1862 ompi/mca/topo/treematch/treematch/tm_tree.c if(timeout){ timeout 1872 ompi/mca/topo/treematch/treematch/tm_tree.c timeout=select_independent_groups_by_largest_index(tab_group, nb_groups, arity, solution_size, &best_val, best_selection, 10, 0.1); timeout 1874 ompi/mca/topo/treematch/treematch/tm_tree.c if(timeout) timeout 1899 ompi/mca/topo/treematch/treematch/tm_tree.c timeout = select_independent_groups(tab_group, nb_groups, arity, solution_size, &best_val, best_selection, 10, 0.1); timeout 1903 ompi/mca/topo/treematch/treematch/tm_tree.c if(timeout) timeout 381 opal/mca/btl/usnic/btl_usnic_component.c static void usnic_clock_callback(int fd, short flags, void *timeout) timeout 389 opal/mca/btl/usnic/btl_usnic_component.c opal_event_add(&usnic_clock_timer_event, timeout); timeout 229 opal/mca/btl/usnic/btl_usnic_stats.c module->stats.timeout.tv_sec = mca_btl_usnic_component.stats_frequency; timeout 230 opal/mca/btl/usnic/btl_usnic_stats.c module->stats.timeout.tv_usec = 0; timeout 237 opal/mca/btl/usnic/btl_usnic_stats.c &(module->stats.timeout)); timeout 66 opal/mca/btl/usnic/btl_usnic_stats.h struct timeval timeout; timeout 170 opal/mca/event/libevent2022/libevent/devpoll.c int i, res, timeout = -1; timeout 176 opal/mca/event/libevent2022/libevent/devpoll.c timeout = tv->tv_sec * 1000 + (tv->tv_usec + 999) / 1000; timeout 180 opal/mca/event/libevent2022/libevent/devpoll.c dvp.dp_timeout = timeout; timeout 391 opal/mca/event/libevent2022/libevent/epoll.c long timeout = -1; timeout 394 opal/mca/event/libevent2022/libevent/epoll.c timeout = evutil_tv_to_msec(tv); timeout 395 opal/mca/event/libevent2022/libevent/epoll.c if (timeout < 0 || timeout > MAX_EPOLL_TIMEOUT_MSEC) { timeout 398 opal/mca/event/libevent2022/libevent/epoll.c timeout = MAX_EPOLL_TIMEOUT_MSEC; timeout 407 opal/mca/event/libevent2022/libevent/epoll.c res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout); timeout 58 opal/mca/event/libevent2022/libevent/epoll_sub.c epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) timeout 61 opal/mca/event/libevent2022/libevent/epoll_sub.c return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); timeout 63 opal/mca/event/libevent2022/libevent/epoll_sub.c return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); timeout 511 opal/mca/event/libevent2022/libevent/evdns.c struct timeval timeout; timeout 525 opal/mca/event/libevent2022/libevent/evdns.c memcpy(&timeout, &ns->base->global_nameserver_probe_initial_timeout, timeout 527 opal/mca/event/libevent2022/libevent/evdns.c for (i=ns->failed_times; i > 0 && timeout.tv_sec < MAX_PROBE_TIMEOUT; --i) { timeout 528 opal/mca/event/libevent2022/libevent/evdns.c timeout.tv_sec *= TIMEOUT_BACKOFF_FACTOR; timeout 529 opal/mca/event/libevent2022/libevent/evdns.c timeout.tv_usec *= TIMEOUT_BACKOFF_FACTOR; timeout 530 opal/mca/event/libevent2022/libevent/evdns.c if (timeout.tv_usec > 1000000) { timeout 531 opal/mca/event/libevent2022/libevent/evdns.c timeout.tv_sec += timeout.tv_usec / 1000000; timeout 532 opal/mca/event/libevent2022/libevent/evdns.c timeout.tv_usec %= 1000000; timeout 535 opal/mca/event/libevent2022/libevent/evdns.c if (timeout.tv_sec > MAX_PROBE_TIMEOUT) { timeout 536 opal/mca/event/libevent2022/libevent/evdns.c timeout.tv_sec = MAX_PROBE_TIMEOUT; timeout 537 opal/mca/event/libevent2022/libevent/evdns.c timeout.tv_usec = 0; timeout 542 opal/mca/event/libevent2022/libevent/evdns.c if (evtimer_add(&ns->timeout_event, &timeout) < 0) { timeout 4169 opal/mca/event/libevent2022/libevent/evdns.c struct event timeout; timeout 4213 opal/mca/event/libevent2022/libevent/evdns.c event_del(&data->timeout); timeout 4288 opal/mca/event/libevent2022/libevent/evdns.c return event_add(&data->timeout, &evdns_base->global_getaddrinfo_allow_skew); timeout 4646 opal/mca/event/libevent2022/libevent/evdns.c evtimer_assign(&data->timeout, dns_base->event_base, timeout 4666 opal/mca/event/libevent2022/libevent/evdns.c event_del(&data->timeout); timeout 1150 opal/mca/event/libevent2022/libevent/event.c struct timeval timeout = head->ev_timeout; timeout 1151 opal/mca/event/libevent2022/libevent/event.c timeout.tv_usec &= MICROSECONDS_MASK; timeout 1152 opal/mca/event/libevent2022/libevent/event.c event_add_internal(&ctl->timeout_event, &timeout, 1); timeout 92 opal/mca/event/libevent2022/libevent/evrpc-internal.h int timeout; timeout 525 opal/mca/event/libevent2022/libevent/evrpc.c pool->timeout = -1; timeout 598 opal/mca/event/libevent2022/libevent/evrpc.c if (connection->timeout == -1) timeout 599 opal/mca/event/libevent2022/libevent/evrpc.c connection->timeout = pool->timeout; timeout 626 opal/mca/event/libevent2022/libevent/evrpc.c evcon->timeout = timeout_in_secs; timeout 628 opal/mca/event/libevent2022/libevent/evrpc.c pool->timeout = timeout_in_secs; timeout 737 opal/mca/event/libevent2022/libevent/evrpc.c if (pool->timeout > 0) { timeout 743 opal/mca/event/libevent2022/libevent/evrpc.c tv.tv_sec = pool->timeout; timeout 86 opal/mca/event/libevent2022/libevent/http-internal.h int timeout; /* timeout in seconds for events */ timeout 155 opal/mca/event/libevent2022/libevent/http-internal.h int timeout; timeout 359 opal/mca/event/libevent2022/libevent/http.c evhttp_add_event(struct event *ev, int timeout, int default_timeout) timeout 361 opal/mca/event/libevent2022/libevent/http.c if (timeout != 0) { timeout 365 opal/mca/event/libevent2022/libevent/http.c tv.tv_sec = timeout != -1 ? timeout : default_timeout; timeout 1440 opal/mca/event/libevent2022/libevent/http.c if (evcon->timeout == -1) timeout 1445 opal/mca/event/libevent2022/libevent/http.c tv.tv_sec = evcon->timeout; timeout 2090 opal/mca/event/libevent2022/libevent/http.c evcon->timeout = -1; timeout 2148 opal/mca/event/libevent2022/libevent/http.c evcon->timeout = timeout_in_secs; timeout 2150 opal/mca/event/libevent2022/libevent/http.c if (evcon->timeout == -1) timeout 2155 opal/mca/event/libevent2022/libevent/http.c evcon->timeout, evcon->timeout); timeout 2210 opal/mca/event/libevent2022/libevent/http.c evcon->timeout != -1 ? evcon->timeout : HTTP_CONNECT_TIMEOUT); timeout 3202 opal/mca/event/libevent2022/libevent/http.c http->timeout = -1; timeout 3373 opal/mca/event/libevent2022/libevent/http.c http->timeout = timeout_in_secs; timeout 3763 opal/mca/event/libevent2022/libevent/http.c if (http->timeout != -1) timeout 3764 opal/mca/event/libevent2022/libevent/http.c evhttp_connection_set_timeout(evcon, http->timeout); timeout 945 opal/mca/event/libevent2022/libevent/include/event2/event.h int event_add(struct event *ev, const struct timeval *timeout); timeout 169 opal/mca/event/libevent2022/libevent/include/event2/thread.h const struct timeval *timeout); timeout 425 opal/mca/event/libevent2022/libevent/kqueue.c struct timespec timeout = { 0, 0 }; timeout 438 opal/mca/event/libevent2022/libevent/kqueue.c if (kevent(kqop->kq, &kev, 1, NULL, 0, &timeout) == -1) timeout 455 opal/mca/event/libevent2022/libevent/kqueue.c struct timespec timeout = { 0, 0 }; timeout 468 opal/mca/event/libevent2022/libevent/kqueue.c if (kevent(kqop->kq, &kev, 1, NULL, 0, &timeout) == -1) timeout 46 opal/mca/event/libevent2022/libevent/sample/time-test.c struct event *timeout = arg; timeout 62 opal/mca/event/libevent2022/libevent/sample/time-test.c event_add(timeout, &tv); timeout 69 opal/mca/event/libevent2022/libevent/sample/time-test.c struct event timeout; timeout 95 opal/mca/event/libevent2022/libevent/sample/time-test.c event_assign(&timeout, base, -1, flags, timeout_cb, (void*) &timeout); timeout 99 opal/mca/event/libevent2022/libevent/sample/time-test.c event_add(&timeout, &tv); timeout 165 opal/mca/event/libevent2022/libevent/test/test-changelist.c struct event* timeout; timeout 189 opal/mca/event/libevent2022/libevent/test/test-changelist.c timeout = evtimer_new(base,timeout_cb,&timeout); timeout 196 opal/mca/event/libevent2022/libevent/test/test-changelist.c evtimer_add(timeout, &tv); timeout 205 opal/mca/event/libevent2022/libevent/test/test-changelist.c event_free(timeout); timeout 57 opal/mca/event/libevent2022/libevent/test/test-eof.c struct timeval timeout = {60, 0}; timeout 77 opal/mca/event/libevent2022/libevent/test/test-eof.c event_add(arg, &timeout); timeout 118 opal/mca/event/libevent2022/libevent/test/test-eof.c event_add(&ev, &timeout); timeout 54 opal/mca/pmix/base/base.h int timeout); timeout 74 opal/mca/pmix/base/base.h int timeout; timeout 97 opal/mca/pmix/base/pmix_base_fns.c int timeout) timeout 143 opal/mca/pmix/base/pmix_base_fns.c if (0 < opal_pmix_base.timeout) { timeout 145 opal/mca/pmix/base/pmix_base_fns.c info->data.integer = opal_pmix_base.timeout; timeout 147 opal/mca/pmix/base/pmix_base_fns.c info->data.integer = timeout; timeout 41 opal/mca/pmix/base/pmix_base_frame.c .timeout = 0, timeout 61 opal/mca/pmix/base/pmix_base_frame.c opal_pmix_base.timeout = -1; timeout 65 opal/mca/pmix/base/pmix_base_frame.c MCA_BASE_VAR_SCOPE_READONLY, &opal_pmix_base.timeout); timeout 44 opal/mca/pmix/pmix.h int timeout); timeout 575 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c timeout, cb); timeout 187 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c struct timeval timeout; timeout 207 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c timeout.tv_sec = 2; timeout 208 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c timeout.tv_usec = 0; timeout 213 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c rc = select(max + 1, &readfds, NULL, NULL, &timeout); timeout 763 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c timeout, &lock); timeout 97 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c int timeout; timeout 130 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c &pmix_plookup_globals.timeout, PMIX_CMD_LINE_TYPE_INT, timeout 221 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c if (0 < pmix_plookup_globals.timeout) { timeout 265 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c PMIX_INFO_LOAD(&info[1], PMIX_TIMEOUT, &pmix_plookup_globals.timeout, PMIX_INT); timeout 192 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c void cli_wait_all(double timeout) timeout 204 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c while( !test_terminated() && ( timeout >= (cur_time - start_time) ) ){ timeout 63 opal/mca/pmix/pmix4x/pmix/test/cli_stages.h void cli_wait_all(double timeout); timeout 70 opal/mca/pmix/pmix4x/pmix/test/pmix_test.c TEST_VERBOSE(("Start PMIx_lite smoke test (timeout is %d)", params.timeout)); timeout 149 opal/mca/pmix/pmix4x/pmix/test/pmix_test.c if( (test_current - test_start) > params.timeout ){ timeout 101 opal/mca/pmix/pmix4x/pmix/test/test_common.c params->timeout = atoi(argv[i]); timeout 102 opal/mca/pmix/pmix4x/pmix/test/test_common.c if( params->timeout == 0 ){ timeout 103 opal/mca/pmix/pmix4x/pmix/test/test_common.c params->timeout = TEST_DEFAULT_TIMEOUT; timeout 109 opal/mca/pmix/pmix4x/pmix/test/test_common.h int timeout; timeout 144 opal/mca/pmix/pmix4x/pmix/test/test_common.h params.timeout = TEST_DEFAULT_TIMEOUT; \ timeout 81 opal/mca/pmix/pmix4x/pmix/test/test_server.c static int srv_wait_all(double timeout); timeout 300 opal/mca/pmix/pmix4x/pmix/test/test_server.c static int srv_wait_all(double timeout) timeout 323 opal/mca/pmix/pmix4x/pmix/test/test_server.c (timeout >= (cur_time - start_time))) { timeout 121 opal/mca/reachable/netlink/reachable_netlink_utils_common.c struct timeval timeout; timeout 123 opal/mca/reachable/netlink/reachable_netlink_utils_common.c timeout.tv_sec = 1; timeout 124 opal/mca/reachable/netlink/reachable_netlink_utils_common.c timeout.tv_usec = 0; timeout 127 opal/mca/reachable/netlink/reachable_netlink_utils_common.c (char *)&timeout, sizeof(timeout)); timeout 678 orte/mca/oob/tcp/oob_tcp_listener.c struct timeval timeout; timeout 699 orte/mca/oob/tcp/oob_tcp_listener.c timeout.tv_sec = mca_oob_tcp_component.listen_thread_tv.tv_sec; timeout 700 orte/mca/oob/tcp/oob_tcp_listener.c timeout.tv_usec = mca_oob_tcp_component.listen_thread_tv.tv_usec; timeout 705 orte/mca/oob/tcp/oob_tcp_listener.c rc = select(max + 1, &readfds, NULL, NULL, &timeout); timeout 37 orte/mca/ras/slurm/ras_slurm.h int timeout; timeout 78 orte/mca/ras/slurm/ras_slurm_component.c mca_ras_slurm_component.timeout = 30; timeout 84 orte/mca/ras/slurm/ras_slurm_component.c &mca_ras_slurm_component.timeout); timeout 94 orte/mca/ras/slurm/ras_slurm_module.c static void timeout(int fd, short args, void *cbdata); timeout 1039 orte/mca/ras/slurm/ras_slurm_module.c opal_asprintf(&tmp, "timeout=%d", mca_ras_slurm_component.timeout); timeout 1089 orte/mca/ras/slurm/ras_slurm_module.c opal_event_evtimer_set(orte_event_base, &jtrk->timeout_ev, timeout, jtrk); timeout 1090 orte/mca/ras/slurm/ras_slurm_module.c tv.tv_sec = mca_ras_slurm_component.timeout * 2; timeout 43 orte/mca/rml/oob/rml_oob.h struct timeval timeout; timeout 102 orte/mca/schizo/ompi/schizo_ompi.c &orte_cmd_options.timeout, OPAL_CMD_LINE_TYPE_INT, timeout 988 orte/orted/orted_submit.c if (0 < orte_cmd_options.timeout || timeout 993 orte/orted/orted_submit.c if (0 < orte_cmd_options.timeout && timeout_seconds != orte_cmd_options.timeout) { timeout 995 orte/orted/orted_submit.c orte_basename, orte_cmd_options.timeout, param); timeout 999 orte/orted/orted_submit.c timeout_seconds = orte_cmd_options.timeout; timeout 98 orte/orted/orted_submit.h int timeout; timeout 137 orte/orted/pmix/pmix_server.c orte_pmix_server_globals.timeout = 2; timeout 142 orte/orted/pmix/pmix_server.c &orte_pmix_server_globals.timeout); timeout 181 orte/orted/pmix/pmix_server.c bool timeout = false; timeout 185 orte/orted/pmix/pmix_server.c req->timeout -= orte_pmix_server_globals.timeout; timeout 186 orte/orted/pmix/pmix_server.c if (req->timeout > 0) { timeout 187 orte/orted/pmix/pmix_server.c req->timeout -= orte_pmix_server_globals.timeout; timeout 188 orte/orted/pmix/pmix_server.c if (0 >= req->timeout) { timeout 189 orte/orted/pmix/pmix_server.c timeout = true; timeout 192 orte/orted/pmix/pmix_server.c if (!timeout) { timeout 244 orte/orted/pmix/pmix_server.c orte_event_base, orte_pmix_server_globals.timeout*1000000, timeout 687 orte/orted/pmix/pmix_server.c p->timeout = orte_pmix_server_globals.timeout; timeout 58 orte/orted/pmix/pmix_server_internal.h (a)->timeout = (2 * orte_process_info.num_daemons) / 1000; \ timeout 59 orte/orted/pmix/pmix_server_internal.h if ((a)->timeout < ORTED_PMIX_MIN_DMX_TIMEOUT) { \ timeout 60 orte/orted/pmix/pmix_server_internal.h (a)->timeout = ORTED_PMIX_MIN_DMX_TIMEOUT; \ timeout 71 orte/orted/pmix/pmix_server_internal.h int timeout; timeout 262 orte/orted/pmix/pmix_server_internal.h int timeout; timeout 132 orte/orted/pmix/pmix_server_pub.c struct timeval timeout; timeout 133 orte/orted/pmix/pmix_server_pub.c timeout.tv_sec = orte_pmix_server_globals.timeout; timeout 134 orte/orted/pmix/pmix_server_pub.c timeout.tv_usec = 0; timeout 135 orte/orted/pmix/pmix_server_pub.c if (ORTE_SUCCESS != (rc = orte_rml.ping(server, &timeout))) { timeout 137 orte/orted/pmix/pmix_server_pub.c if (ORTE_SUCCESS != (rc = orte_rml.ping(server, &timeout))) { timeout 141 orte/orted/pmix/pmix_server_pub.c (long)orte_pmix_server_globals.timeout, timeout 303 orte/orted/pmix/pmix_server_pub.c req->timeout = iptr->data.integer; timeout 405 orte/orted/pmix/pmix_server_pub.c req->timeout = iptr->data.integer; timeout 498 orte/orted/pmix/pmix_server_pub.c req->timeout = iptr->data.integer; timeout 136 orte/runtime/orte_wait.h int timeout; \ timeout 142 orte/runtime/orte_wait.h timeout = (deltat) * (n); \ timeout 143 orte/runtime/orte_wait.h if ((maxwait) > 0 && timeout > (maxwait)) { \ timeout 144 orte/runtime/orte_wait.h timeout = (maxwait); \ timeout 146 orte/runtime/orte_wait.h tmp->tv.tv_sec = timeout/1000000; \ timeout 147 orte/runtime/orte_wait.h tmp->tv.tv_usec = timeout%1000000; \ timeout 114 orte/test/system/oob_stress_channel.c uint32_t timeout = 1; timeout 148 orte/test/system/oob_stress_channel.c type = &timeout; timeout 239 orte/util/listener.c struct timeval timeout; timeout 255 orte/util/listener.c timeout.tv_sec = listen_thread_tv.tv_sec; timeout 256 orte/util/listener.c timeout.tv_usec = listen_thread_tv.tv_usec; timeout 261 orte/util/listener.c rc = select(max + 1, &readfds, NULL, NULL, &timeout); timeout 37 test/event/time-test.c opal_event_t *timeout = arg; timeout 46 test/event/time-test.c opal_event_add(timeout, &tv); timeout 52 test/event/time-test.c opal_event_t timeout; timeout 59 test/event/time-test.c opal_evtimer_set(&timeout, timeout_cb, &timeout); timeout 63 test/event/time-test.c opal_event_add(&timeout, &tv);