| /third_party/ltp/testcases/kernel/syscalls/io_submit/ |
| H A D | io_submit02.c | 74 struct timespec timeout = { .tv_sec = 1 }; in run() local
|
| /third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
| H A D | rpc1.c | 35 struct timeval timeout; in main() local [all...] |
| /third_party/ltp/testcases/kernel/syscalls/eventfd/ |
| H A D | eventfd06.c | 92 struct timeval timeout = { 10, 0 }; in test_select() local
|
| /third_party/ltp/testcases/kernel/syscalls/io_pgetevents/ |
| H A D | io_pgetevents02.c | 28 struct tst_ts *timeout; member
|
| /third_party/ltp/testcases/kernel/syscalls/select/ |
| H A D | select01.c | 40 struct timeval timeout; in run() local
|
| H A D | select_var.h | 21 do_select_faulty_to(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout, int faulty_to) do_select_faulty_to() argument 99 do_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) do_select() argument [all...] |
| /third_party/ltp/testcases/kernel/syscalls/utils/ |
| H A D | mq_timed.h | 35 int timeout; member
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| H A D | fcntl33.c | 53 static struct timespec timeout = {.tv_sec = 5}; variable
|
| /third_party/ltp/testcases/kernel/syscalls/recvmmsg/ |
| H A D | recvmmsg01.c | 81 void *timeout; in do_test() local [all...] |
| /third_party/libdrm/tests/vbltest/ |
| H A D | vbltest.c | 162 struct timeval timeout = { .tv_sec = 3, .tv_usec = 0 }; in main() local
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-wasm-gen.cc | 69 TNode<BigInt> timeout = BigIntFromInt32Pair(timeout_low, timeout_high); in TF_BUILTIN() local 98 TNode<BigInt> timeout = BigIntFromInt32Pair(timeout_low, timeout_high); in TF_BUILTIN() local
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_fence.c | 65 etna_screen_fence_finish(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) etna_screen_fence_finish() argument
|
| /third_party/mesa3d/src/util/ |
| H A D | futex.h | 41 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *addr2, int val3) in sys_futex() argument 51 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() argument 75 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() argument 105 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() argument 142 futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) futex_wait() argument [all...] |
| /third_party/musl/libc-test/src/functionalext/fortify/ |
| H A D | poll.c | 145 struct timespec timeout; in ppoll_0020() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| H A D | recvmsg.c | 48 int timeout = TEST_TIMEOUT; in check_recv_message() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
| H A D | pthread_cond_test.cpp | 62 MakeTimeout( clockid_t clock, int (*testWaitFunc)(pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout)) MakeTimeout() argument [all...] |
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_asn1.c | 26 int64_t timeout; member
|
| /third_party/node/deps/uv/src/ |
| H A D | timer.c | 67 uv_timer_start(uv_timer_t* handle, uv_timer_cb cb, uint64_t timeout, uint64_t repeat) uv_timer_start() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | epoll.c | 103 void uv__io_poll(uv_loop_t* loop, int timeout) { in uv__io_poll() argument [all...] |
| H A D | posix-poll.c | 134 void uv__io_poll(uv_loop_t* loop, int timeout) { in uv__io_poll() argument [all...] |
| /third_party/node/deps/uvwasi/src/ |
| H A D | poll_oneoff.h | 25 uint64_t timeout; member
|
| /third_party/python/Include/cpython/ |
| H A D | pytime.h | 312 PyAPI_FUNC(_PyTime_t) _PyDeadline_Init(_PyTime_t timeout); variable
|
| /third_party/python/Lib/asyncio/ |
| H A D | timeouts.py | 125 def timeout(delay: Optional[float]) -> Timeout: function [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | EGLSync.cpp | 79 clientWait(const Display *display, const gl::Context *context, EGLint flags, EGLTime timeout, EGLint *outResult) clientWait() argument
|
| H A D | Fence.cpp | 113 angle::Result Sync::serverWait(const Context *context, GLbitfield flags, GLuint64 timeout) in serverWait() argument 104 clientWait(const Context *context, GLbitfield flags, GLuint64 timeout, GLenum *outResult) clientWait() argument
|