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

/bionic/libc/private/
H A Dbionic_futex.h33 extern int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
37 extern int __futex_syscall4(volatile void *ftx, int op, int val, const struct timespec *timeout);
55 extern int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout);
/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_IDLETIMER.h29 __u32 timeout; member in struct:idletimer_tg_info
/bionic/libc/unistd/
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
/bionic/libc/kernel/common/linux/hdlc/
H A Dioctl.h62 unsigned int timeout; member in struct:__anon300
/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.h67 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 Dmsm_kgsl.h161 unsigned int timeout; member in struct:kgsl_device_waittimestamp
169 unsigned int timeout; member in struct:kgsl_device_waittimestamp_ctxtid
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.c710 int timeout = (statp->retrans << ns); local
712 timeout /= statp->nscount;
714 if (timeout <= 0) {
715 timeout = 1;
719 "using timeout of %d sec\n", timeout);
722 return timeout;
927 struct timespec now, timeout, finish; local
939 timeout = evConsTime((long)sec, 0L);
940 finish = evAddTime(now, timeout);
963 struct timespec now, timeout; local
1035 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::__anon127
655 #define iprte_timeout iprte_fields.timeout
711 timeout:1, member in struct:icrbp_a::__anon131
/bionic/libc/kernel/common/linux/raid/
H A Dmd_k.h210 unsigned long timeout; member in struct:mdk_thread_s
/bionic/libc/bionic/
H A Dpthread.c68 int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout) argument
70 return __futex_syscall4(ftx, pshared ? FUTEX_WAIT : FUTEX_WAIT_PRIVATE, val, timeout);

Completed in 291 milliseconds