Home
last modified time | relevance | path

Searched defs:timeout (Results 151 - 175 of 687) sorted by relevance

12345678910>>...28

/third_party/ltp/testcases/kernel/syscalls/io_submit/
H A Dio_submit02.c74 struct timespec timeout = { .tv_sec = 1 }; in run() local
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H A Drpc1.c35 struct timeval timeout; in main() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd06.c92 struct timeval timeout = { 10, 0 }; in test_select() local
/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/
H A Dio_pgetevents02.c28 struct tst_ts *timeout; member
/third_party/ltp/testcases/kernel/syscalls/select/
H A Dselect01.c40 struct timeval timeout; in run() local
H A Dselect_var.h21 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 Dmq_timed.h35 int timeout; member
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl33.c53 static struct timespec timeout = {.tv_sec = 5}; variable
/third_party/ltp/testcases/kernel/syscalls/recvmmsg/
H A Drecvmmsg01.c81 void *timeout; in do_test() local
[all...]
/third_party/libdrm/tests/vbltest/
H A Dvbltest.c162 struct timeval timeout = { .tv_sec = 3, .tv_usec = 0 }; in main() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-wasm-gen.cc69 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 Detnaviv_fence.c65 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 Dfutex.h41 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 Dpoll.c145 struct timespec timeout; in ppoll_0020() local
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Drecvmsg.c48 int timeout = TEST_TIMEOUT; in check_recv_message() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_cond_test.cpp62 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 Dssl_asn1.c26 int64_t timeout; member
/third_party/node/deps/uv/src/
H A Dtimer.c67 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 Depoll.c103 void uv__io_poll(uv_loop_t* loop, int timeout) { in uv__io_poll() argument
[all...]
H A Dposix-poll.c134 void uv__io_poll(uv_loop_t* loop, int timeout) { in uv__io_poll() argument
[all...]
/third_party/node/deps/uvwasi/src/
H A Dpoll_oneoff.h25 uint64_t timeout; member
/third_party/python/Include/cpython/
H A Dpytime.h312 PyAPI_FUNC(_PyTime_t) _PyDeadline_Init(_PyTime_t timeout); variable
/third_party/python/Lib/asyncio/
H A Dtimeouts.py125 def timeout(delay: Optional[float]) -> Timeout: function
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DEGLSync.cpp79 clientWait(const Display *display, const gl::Context *context, EGLint flags, EGLTime timeout, EGLint *outResult) clientWait() argument
H A DFence.cpp113 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

Completed in 9 milliseconds

12345678910>>...28