Searched refs:timeout (Results 101 - 125 of 128) sorted by relevance

123456

/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A Deplex_cplex.c30 cpx_prepare_solve(lp_desc* lpd, struct lp_meth *meth, double timeout) argument
41 /* set timeout. If no timeout was set, timeout is 0 */
42 if (timeout > 0.0)
44 Log1(CPXsetdblparam(cpx_env, CPX_PARAM_TILIM, %f), timeout);
45 CPXsetdblparam(cpx_env, CPX_PARAM_TILIM, timeout);
47 {/* no timeouts, make sure it is set to the default no timeout value */
H A Deplex_coin.h271 EXTERN_C int coin_set_timeout(COINprob* lp, double timeout);
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembsumc.tex396 \item[int ec_wait_resume_status_long(long *ToC, int timeout)]\ \\
399 is finished, or after timeout milliseconds, whatever is earlier.
400 In case of timeout, the return value will be PRUNNING. If timeout is
402 If timeout is negative, there will be no timeout and the function
H A Dembed.tex406 post_event(EC_atom("timeout"));
409 handle_timeout(timeout) :-
412 :- set_event_handler(timeout, handle_timeout/1).
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dmegaraid.c783 dcmd->timeout = 0;
887 dcmd->timeout = 0;
943 dcmd->timeout = 0;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Ducm.c288 uvt->resp.u.mra_resp.timeout =
964 result = ib_send_cm_mra(ctx->cm_id, cmd.timeout, data, cmd.len);
1032 param.timeout_ms = cmd.timeout;
H A Duverbs_cmd.c1241 resp.timeout = attr->timeout;
1331 attr->timeout = cmd.timeout;
2787 attr->timeout = cmd.timeout;
2876 resp.timeout = attr->timeout;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dembed.c193 (void) ec_thread_terminate(resume_thread, 3000/*ms timeout*/);
429 ec_wait_resume_status_long(long int *to_c, int timeout) argument
438 if (!ec_thread_wait(resume_thread, &res, timeout))
H A Dwm.c1121 the supplied timeout */
1123 void exit_system(exit_code, timeout)
1125 int timeout; /* in seconds */
1128 int timer1 = timeout;
1129 int timer2 = timeout;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dlinux_compat.c867 linux_wait_for_timeout_common(struct completion *c, long timeout, int flags) argument
869 long end = jiffies + timeout;
888 /* check for timeout or signal */
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dfd_min_max.pl407 handle_exit(timeout) :-
414 exit_block(timeout).
/barrelfish-2018-10-04/usr/eclipseclp/documents/search/
H A Dsearch.tex759 to specify a maximal runtime. If a timeout occurs, the best solution
762 A general timeout can be implemented as follows. When Goal has run for
765 :- set_event_handler(timeout, exit_block/1).
767 timeout(Goal, Seconds, TimeOutGoal) :-
770 timeout,
775 event_after(timeout, Seconds),
777 cancel_after_event(timeout)
779 cancel_after_event(timeout),
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpthreads.c333 const struct timespec *timeout)
331 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *timeout) argument
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_request.c175 xfer->timeout = 1000; // TODO: TIMEOUT
H A Dusb_transfer.c66 .timeout = 1000, /* 1 second */
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/infiniband/
H A Dverbs.h487 uint8_t timeout; member in struct:ibv_qp_attr
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dsearch.tex866 \index{timeout}
873 a maximal runtime to be specified. If a timeout occurs, the best solution
876 A general timeout is available from the library {\tt test_util}.
877 It has parameters {\tt timeout(Goal, Seconds, TimeOutGoal)}.
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_verbs.h781 u8 timeout; member in struct:ib_qp_attr
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c498 qp_attr->timeout = context->pri_path.ackto >> 3;
672 qp_context->pri_path.ackto = attr->timeout << 3;
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dbmsg.msg.c3456 struct timeval timeout; local
3464 timeout.tv_sec = 0;
3465 timeout.tv_usec = 0;
3482 (fd_set *) 0,&timeout);
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsexcept.tex318 \bipref{lib(timeout)}{../bips/lib/timeout/index.html} for this purpose.}
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dd1_both.c1082 /* not a timeout, none of our business,
1103 if ( state->timeout.read_timeouts >= DTLS1_TMO_READ_COUNT)
H A Dd1_pkt.c551 /* read timeout is handled by dtls1_read_bytes */
776 /* Check for timeout */
787 /* anything other than a timeout is an error */
1768 memset(&(s->d1->timeout), 0x00, sizeof(struct dtls1_timeout_st));
H A Dssl.h485 long timeout; member in struct:ssl_session_st
708 /* If timeout is not 0, it is the default timeout value set
/barrelfish-2018-10-04/include/openssl/
H A Dssl.h485 long timeout; member in struct:ssl_session_st
708 /* If timeout is not 0, it is the default timeout value set

Completed in 333 milliseconds

123456