Home
last modified time | relevance | path

Searched defs:timeout (Results 51 - 75 of 687) sorted by relevance

12345678910>>...28

/third_party/libuv/test/
H A Dbenchmark-queue-work.c53 int timeout; in BENCHMARK_IMPL() local
/third_party/libdrm/freedreno/
H A Dfreedreno_pipe.c98 fd_pipe_wait_timeout(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout) fd_pipe_wait_timeout() argument
/third_party/ltp/testcases/cve/
H A Dcve-2016-7117.c76 static struct timespec timeout = { .tv_sec = RECV_TIMEOUT }; variable
/third_party/ltp/include/lapi/
H A Depoll.h24 epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask) epoll_pwait() argument
40 epoll_pwait2(int epfd, struct epoll_event *events, int maxevents, const struct timespec *timeout, const sigset_t *sigmask) epoll_pwait2() argument
/third_party/musl/src/network/
H A Drecvmmsg.c13 int recvmmsg(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, struct timespec *timeout) in recvmmsg() argument
/third_party/mesa3d/src/util/
H A Dos_time.c118 os_time_get_absolute_timeout(uint64_t timeout) in os_time_get_absolute_timeout() argument
138 os_wait_until_zero(volatile int *var, uint64_t timeout) in os_wait_until_zero() argument
172 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout) in os_wait_until_zero_abs_timeout() argument
[all...]
H A Dcnd_monotonic.h119 const DWORD timeout = (future > now) ? (DWORD)(future - now) : 0; in u_cnd_monotonic_timedwait() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_fence.c131 lp_fence_timedwait(struct lp_fence *f, uint64_t timeout) in lp_fence_timedwait() argument
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop.h10 sys_semtimedop(int semid, struct sembuf *sops, size_t nsops, void *timeout) sys_semtimedop() argument
16 sys_semtimedop_time64(int semid, struct sembuf *sops, size_t nsops, void *timeout) sys_semtimedop_time64() argument
34 call_semop(struct time64_variants *tv, int semid, struct sembuf *sops, size_t nsops, void *timeout) call_semop() argument
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
H A Dsendmmsg_var.h29 libc_recvmmsg(int sockfd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, void *timeout) libc_recvmmsg() argument
40 sys_recvmmsg(int sockfd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, void *timeout) sys_recvmmsg() argument
46 sys_recvmmsg64(int sockfd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, void *timeout) sys_recvmmsg64() argument
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
H A Depoll_pwait_var.h16 do_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask) do_epoll_pwait() argument
/third_party/ltp/testcases/kernel/syscalls/rt_sigtimedwait/
H A Drt_sigtimedwait01.c7 my_rt_sigtimedwait(const sigset_t * set, siginfo_t * info, void *timeout) my_rt_sigtimedwait() argument
15 my_rt_sigtimedwait_time64(const sigset_t * set, siginfo_t * info, void *timeout) my_rt_sigtimedwait_time64() argument
/third_party/ltp/testcases/kernel/syscalls/select/
H A Dselect04.c40 struct timeval timeout = {.tv_sec = 0, .tv_usec = 1000}; in run() local
/third_party/ltp/testcases/network/sockets/
H A Dvsock01.c57 const struct timeval timeout = { 0, 1 }; in run() local
/third_party/ltp/testcases/kernel/syscalls/pselect/
H A Dpselect02.c25 struct timespec *timeout; member
/third_party/ltp/testcases/lib/
H A Dtst_checkpoint.c42 unsigned int id, timeout, nr_wake; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-1.c42 struct timespec timeout; in t1_func() local
H A D2-2.c38 struct timespec timeout; in t1_func() local
H A D2-3.c37 struct timespec timeout; in t1_func() local
H A D1-1.c35 struct timespec timeout; in t1_func() local
H A D3-1.c35 struct timespec timeout; in t1_func() local
H A D4-1.c32 struct timespec timeout; in t1_func() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
H A D2-1.c114 struct timespec timeout, ts; in f1() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/
H A Dhelper.c60 static int timeout; variable
/third_party/musl/libc-test/src/common/
H A Druntest.c45 int timeout = 0; in main() local

Completed in 7 milliseconds

12345678910>>...28