Home
last modified time | relevance | path

Searched defs:timeout (Results 276 - 300 of 5879) sorted by relevance

1...<<11121314151617181920>>...236

/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/mesa3d/src/util/
H A Dcnd_monotonic.h119 const DWORD timeout = (future > now) ? (DWORD)(future - now) : 0; in u_cnd_monotonic_timedwait() local
/third_party/musl/libc-test/src/common/
H A Druntest.c45 int timeout = 0; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dselect.c39 struct timeval timeout; in select_0100() local
60 struct timeval timeout; in select_0200() local
80 struct timeval timeout; in select_0300() local
100 struct timeval timeout; select_time64_0100() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-posix.c59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DSyncGL.cpp57 angle::Result SyncGL::serverWait(const gl::Context *context, GLbitfield flags, GLuint64 timeout) in serverWait() argument
47 clientWait(const gl::Context *context, GLbitfield flags, GLuint64 timeout, GLenum *outResult) clientWait() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DSyncNULL.cpp35 angle::Result SyncNULL::serverWait(const gl::Context *context, GLbitfield flags, GLuint64 timeout) in serverWait() argument
26 clientWait(const gl::Context *context, GLbitfield flags, GLuint64 timeout, GLenum *outResult) clientWait() argument
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleWebGLInterfaceAutogen.cpp32 void emscripten_glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glWaitSync() argument
39 GLenum emscripten_glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glClientWaitSync() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkTimelineSemaphore.hpp146 wait(uint64_t value, const std::chrono::time_point<Clock, Duration> timeout) wait() argument
153 wait(uint64_t value, const std::chrono::time_point<Clock, Duration> timeout) wait() argument
/third_party/toybox/toys/other/
H A Dnbd_client.c43 unsigned long timeout = 0; in nbd_client_main() local

Completed in 7 milliseconds

1...<<11121314151617181920>>...236