Home
last modified time | relevance | path

Searched refs:timeout (Results 426 - 450 of 2126) sorted by relevance

1...<<11121314151617181920>>...86

/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/
H A Dio_pgetevents02.c28 struct tst_ts *timeout; member
36 {"invalid timeout", &ctx, 1, 1, events, NULL, &sigmask, EFAULT},
96 void *const to = tc->timeout ? tst_ts_get(tc->timeout) : bad_addr; in run()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl33.c32 * The lease-break-time is set to 45 seconds for timeout in kernel.
53 static struct timespec timeout = {.tv_sec = 5}; variable
119 TEST(sigtimedwait(&newset, NULL, &timeout)); in do_test()
124 timeout.tv_sec); in do_test()
/third_party/ltp/testcases/network/stress/interface/
H A Dif-mtu-change.sh29 local timeout=1
30 tst_is_int $CHANGE_INTERVAL && timeout=$CHANGE_INTERVAL
31 tst_set_timeout $(((timeout + 30) * MTU_CHANGE_TIMES))
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Drecvmsg.c48 int timeout = TEST_TIMEOUT; in check_recv_message() local
50 while (timeout > 0) { in check_recv_message()
58 timeout--; in check_recv_message()
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell_unix.go86 // If the process does not finish within timeout a errTimeout will be returned.
87 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) {
106 case <-time.NewTimer(timeout).C:
113 return b.Bytes(), ErrTimeout{exe, timeout}
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dper_thread_sem.cc78 bool timeout = false; in AbslInternalPerThreadSemWait() local
92 timeout = in AbslInternalPerThreadSemWait()
101 return !timeout; in AbslInternalPerThreadSemWait()
/third_party/rust/crates/nix/test/
H A Dtest_poll.rs24 // Poll an idle pipe. Should timeout in test_poll()
52 let timeout = TimeSpec::milliseconds(1); in test_ppoll()
56 // Poll an idle pipe. Should timeout in test_ppoll()
58 let nfds = loop_while_eintr!(ppoll(&mut fds, Some(timeout), Some(sigset))); in test_ppoll()
65 let nfds = ppoll(&mut fds, Some(timeout), None).unwrap(); in test_ppoll()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dap.h22 int timeout);
25 const char * wpas_wps_ap_pin_random(struct wpa_supplicant *wpa_s, int timeout);
28 int timeout);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dap.h22 int timeout);
25 const char * wpas_wps_ap_pin_random(struct wpa_supplicant *wpa_s, int timeout);
28 int timeout);
/foundation/barrierfree/accessibility/services/test/mock/common/
H A Daccessibility_common_helper.h59 bool WaitForLoop(const std::function<bool()> &compare, int32_t timeout) in WaitForLoop() argument
61 int32_t count = timeout * 1000 / WAIT_LOOP_SLEEPTIME; in WaitForLoop()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_ctrl.h37 void LnnRequestBleDiscoveryProcess(int32_t strategy, int64_t timeout);
41 int32_t LnnTriggerDirectHeartbeat(const char *networkId, uint64_t timeout);
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dbasic_tag_session.h32 int SetTimeout(int timeout);
33 int GetTimeout(int &timeout);
/foundation/communication/netstack/utils/http_over_curl/include/
H A Depoller.h62 int Wait(epoll_event *events, int maxEvents, int timeout) const in Wait()
64 return epoll_wait(underlying_, events, maxEvents, timeout); in Wait()
/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_xcollie.cpp23 int32_t SoftBusSetWatchdogTimer(const char *name, uint32_t timeout, void (*func)(void *), void *args) in SoftBusSetWatchdogTimer() argument
30 name, timeout, func, args, OHOS::HiviewDFX::XCOLLIE_FLAG_LOG); in SoftBusSetWatchdogTimer()
/third_party/node/test/parallel/
H A Dtest-http-client-timeout-connect-listener.js12 const timeout = 2 ** 31 - 1;
40 req.setTimeout(timeout);
H A Dtest-http-client-timeout-option.js7 http.request({ timeout: null });
8 }, /The "timeout" argument must be of type number/);
15 timeout: 1
32 req.on('timeout', common.mustCall(() => timeout_events += 1));
H A Dtest-timers-max-duration-warning.js26 const timeout = setTimeout(timerNotCanceled, OVERFLOW);
27 clearTimeout(timeout);
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/signer/fulcio/
H A Dca.js26 timeout: options.timeout,
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tlog/
H A Dclient.js28 timeout: options.timeout,
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_ppoll_chk_test.cpp37 const struct timespec* timeout = nullptr; in HWTEST_F() local
39 int ret = __ppoll_chk(fds, nfds, timeout, sigMask, sizeof(struct pollfd)); in HWTEST_F()
/third_party/node/deps/uvwasi/src/
H A Dpoll_oneoff.h25 uint64_t timeout; member
47 uvwasi_timestamp_t timeout
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DSyncImpl.h36 GLuint64 timeout,
40 GLuint64 timeout) = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DSyncGL.h29 GLuint64 timeout,
33 GLuint64 timeout) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DSyncNULL.cpp28 GLuint64 timeout, in clientWait()
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/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFence.h50 GLenum clientWait(GLbitfield flags, GLuint64 timeout);
51 void serverWait(GLbitfield flags, GLuint64 timeout);

Completed in 7 milliseconds

1...<<11121314151617181920>>...86