Searched refs:timeout (Results 1 - 18 of 18) sorted by relevance

/bionic/libc/private/
H A Dbionic_futex.h36 extern int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
40 extern int __futex_syscall4(volatile void *ftx, int op, int val, const struct timespec *timeout);
58 extern int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout);
/bionic/libc/bionic/
H A Dpselect.c34 const struct timespec* timeout, const sigset_t* sigmask)
43 if (timeout != NULL) {
45 tv.tv_sec = timeout->tv_sec;
46 tv.tv_usec = (timeout->tv_nsec + 999)/1000; // round up
33 pselect(int n, fd_set* readfds, fd_set* writefds, fd_set* errfds, const struct timespec* timeout, const sigset_t* sigmask) argument
H A Dpthread.c55 int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout) argument
57 return __futex_syscall4(ftx, pshared ? FUTEX_WAIT : FUTEX_WAIT_PRIVATE, val, timeout);
/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_IDLETIMER.h29 __u32 timeout; member in struct:idletimer_tg_info
/bionic/libc/kernel/common/linux/hdlc/
H A Dioctl.h62 unsigned int timeout; member in struct:__anon330
/bionic/libc/include/sys/
H A Dselect.h42 const struct timespec *timeout, const sigset_t *sigmask);
H A Datomics.h79 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
H A Depoll.h70 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
/bionic/libc/kernel/common/linux/
H A Dgenlock.h32 int timeout; member in struct:genlock_lock
H A Dusbdevice_fs.h31 __u32 timeout; member in struct:usbdevfs_ctrltransfer
39 unsigned int timeout; member in struct:usbdevfs_bulktransfer
H A Dfd.h101 unsigned long timeout; member in struct:floppy_drive_params
H A Dblkdev.h161 unsigned int timeout; member in struct:request
H A Dcdrom.h207 int timeout; member in struct:cdrom_generic_command
/bionic/libc/netbsd/resolv/
H A Dres_send.c721 int timeout = (statp->retrans << ns); local
723 timeout /= statp->nscount;
725 if (timeout <= 0) {
726 timeout = 1;
729 __libc_format_log(ANDROID_LOG_DEBUG, "libc", "using timeout of %d sec\n", timeout);
732 return timeout;
948 struct timespec now, timeout, finish; local
960 timeout = evConsTime((long)sec, 0L);
961 finish = evAddTime(now, timeout);
983 struct timespec now, timeout; local
1055 struct timespec now, timeout, finish; local
[all...]
/bionic/libc/kernel/common/linux/sunrpc/
H A Dclnt.h77 #define cl_timeout cl_xprt->timeout
H A Dxprt.h107 struct rpc_timeout timeout; member in struct:rpc_xprt
/bionic/libc/kernel/arch-mips/asm/sn/sn0/
H A Dhubio.h581 timeout: 8; member in struct:icrbd_s::__anon159
655 #define iprte_timeout iprte_fields.timeout
711 timeout:1, member in struct:icrbp_a::__anon163
/bionic/libc/kernel/common/linux/raid/
H A Dmd_k.h210 unsigned long timeout; member in struct:mdk_thread_s

Completed in 6928 milliseconds