| /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...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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...] |
| /third_party/curl/tests/libtest/ |
| H A D | lib1531.c | 70 struct timeval timeout; in test() local [all...] |
| H A D | lib591.c | 94 long timeout = -99; in test() local
|
| /third_party/curl/tests/unit/ |
| H A D | unit1303.c | 145 timediff_t timeout; global() variable [all...] |
| /third_party/curl/docs/examples/ |
| H A D | multi-legacy.c | 80 struct timeval timeout; in main() local [all...] |
| /third_party/libuv/test/ |
| H A D | benchmark-million-async.c | 83 int timeout; in BENCHMARK_IMPL() local
|
| /third_party/libdrm/ |
| H A D | libsync.h | 61 static inline int sync_wait(int fd, int timeout) in sync_wait() argument
|
| /third_party/mbedtls/programs/fuzz/ |
| H A D | common.c | 99 fuzz_recv_timeout(void *ctx, unsigned char *buf, size_t len, uint32_t timeout) fuzz_recv_timeout() argument
|
| /third_party/ltp/lib/ |
| H A D | tst_checkpoint.c | 85 struct timespec timeout; in tst_checkpoint_wait() local
|
| H A D | tst_epoll.c | 67 safe_epoll_wait(const char *const file, const int lineno, int epfd, struct epoll_event *events, int maxevents, int timeout) safe_epoll_wait() argument
|
| /third_party/ltp/testcases/kernel/containers/pidns/ |
| H A D | pidns13.c | 53 struct timespec timeout; in child_fn() local
|
| /third_party/node/deps/npm/node_modules/retry/test/integration/ |
| H A D | test-retry-operation.js | |