Searched defs:timeout (Results 1 - 25 of 84) sorted by relevance

1234

/barrelfish-2018-10-04/lib/libc/sys/
H A Daio_suspend.c44 aio_suspend(const struct aiocb * const iocbs[], int niocb, const struct timespec *timeout) argument
H A Dpoll.c44 poll(struct pollfd pfd[], nfds_t nfds, int timeout) argument
H A Dppoll.c44 ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec *__restrict timeout, const sigset_t *__restrict newsigmask) argument
H A Dkevent.c45 kevent(int kq, const struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout) argument
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpoll.c14 int poll(struct pollfd pfd[], nfds_t nfds, int timeout) argument
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dsvc_run.c60 struct timeval timeout; local
H A Dpmap_getport.c60 static const struct timeval timeout = { 5, 0 }; variable in typeref:struct:timeval
H A Drtime.c70 rtime(struct sockaddr_in *addrp, struct timeval *timep, struct timeval *timeout) argument
H A Dpmap_rmt.c69 static const struct timeval timeout = { 3, 0 }; variable in typeref:struct:timeval
H A Dclnt_simple.c126 struct timeval timeout, tottimeout; local
/barrelfish-2018-10-04/lib/libc/gen/
H A Drecvmmsg.c41 recvmmsg(int s, struct mmsghdr *__restrict msgvec, size_t vlen, int flags, const struct timespec *__restrict timeout) argument
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Da9_gt.c69 void a9_gt_set_comparator(uint64_t timeout) argument
H A Dplat_a15mpcore.c130 void systime_set_timeout(systime_t timeout) argument
H A Dplat_a9mpcore.c141 void systime_set_timeout(systime_t timeout) argument
/barrelfish-2018-10-04/kernel/include/arch/armv7/
H A Da15_gt.h52 static inline void a15_gt_set_comparator(systime_t timeout) { argument
/barrelfish-2018-10-04/kernel/arch/k1om/
H A Dserial.c93 volatile uint32_t timeout = SERIAL_TIMEOUT; local
/barrelfish-2018-10-04/include/
H A Dgrubmenu.h21 uint32_t timeout; member in struct:menu_lst
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dsys.c189 struct sys_timeo *timeout, * local
300 sys_sem_wait_timeout(sys_sem_t sem, u32_t timeout) argument
[all...]
/barrelfish-2018-10-04/include/usb/
H A Dusb_transfer.h46 uint32_t timeout; ///< period till the transfer timeouts member in struct:usb_transfer_setup
/barrelfish-2018-10-04/usr/bench/scheduling/
H A Dphases_scale.c71 int timeout = atoi(argv[3]); local
/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A Deplex_coin.c30 cpx_prepare_solve(lp_desc* lpd, struct lp_meth *meth, double timeout) argument
/barrelfish-2018-10-04/lib/libc/include/
H A Dnscachedcli.h59 struct timeval timeout; member in struct:cached_connection_params
/barrelfish-2018-10-04/lib/lwip2/src/apps/ping/
H A Dping.c244 int timeout = PING_RCV_TIMEO; local
246 struct timeval timeout; local
/barrelfish-2018-10-04/lib/lwip2/src/apps/rtp/
H A Drtp.c222 int timeout; local
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtimeouts.c207 struct sys_timeo *timeout, *t; local
[all...]

Completed in 146 milliseconds

1234