| /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/mesa3d/src/util/ |
| H A D | cnd_monotonic.h | 119 const DWORD timeout = (future > now) ? (DWORD)(future - now) : 0; in u_cnd_monotonic_timedwait() local
|
| /third_party/musl/libc-test/src/common/ |
| H A D | runtest.c | 45 int timeout = 0; in main() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/select/ |
| H A D | select.c | 39 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 D | poll-posix.c | 59 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 D | SyncGL.cpp | 57 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 D | SyncNULL.cpp | 35 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 D | GrGLAssembleWebGLInterfaceAutogen.cpp | 32 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 D | VkTimelineSemaphore.hpp | 146 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 D | nbd_client.c | 43 unsigned long timeout = 0; in nbd_client_main() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | per_thread_sem.cc | 78 bool timeout = false; in AbslInternalPerThreadSemWait() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
| H A D | p2p_disconnect.py | 113 timeout = 5 variable
|
| H A D | p2p_flush.py | 113 timeout = 5 variable
|
| H A D | p2p_listen.py | 115 timeout = 0 variable [all...] |