/third_party/libuv/test/ |
H A D | benchmark-queue-work.c | 53 int timeout; in BENCHMARK_IMPL() local
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_pipe.c | 98 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 D | cve-2016-7117.c | 76 static struct timespec timeout = { .tv_sec = RECV_TIMEOUT }; variable
|
/third_party/ltp/include/lapi/ |
H A D | epoll.h | 24 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 D | recvmmsg.c | 13 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 D | os_time.c | 118 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 D | cnd_monotonic.h | 119 const DWORD timeout = (future > now) ? (DWORD)(future - now) : 0; in u_cnd_monotonic_timedwait() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_fence.c | 131 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 D | semop.h | 10 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 D | sendmmsg_var.h | 29 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 D | epoll_pwait_var.h | 16 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 D | rt_sigtimedwait01.c | 7 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 D | select04.c | 40 struct timeval timeout = {.tv_sec = 0, .tv_usec = 1000}; in run() local
|
/third_party/ltp/testcases/network/sockets/ |
H A D | vsock01.c | 57 const struct timeval timeout = { 0, 1 }; in run() local
|
/third_party/ltp/testcases/kernel/syscalls/pselect/ |
H A D | pselect02.c | 25 struct timespec *timeout; member
|
/third_party/ltp/testcases/lib/ |
H A D | tst_checkpoint.c | 42 unsigned int id, timeout, nr_wake; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 2-1.c | 42 struct timespec timeout; in t1_func() local
|
H A D | 2-2.c | 38 struct timespec timeout; in t1_func() local
|
H A D | 2-3.c | 37 struct timespec timeout; in t1_func() local
|
H A D | 1-1.c | 35 struct timespec timeout; in t1_func() local
|
H A D | 3-1.c | 35 struct timespec timeout; in t1_func() local
|
H A D | 4-1.c | 32 struct timespec timeout; in t1_func() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/ |
H A D | 2-1.c | 114 struct timespec timeout, ts; in f1() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/ |
H A D | helper.c | 60 static int timeout; variable
|
/third_party/musl/libc-test/src/common/ |
H A D | runtest.c | 45 int timeout = 0; in main() local
|