/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/ |
H A D | io_pgetevents02.c | 28 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 D | fcntl33.c | 32 * 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 D | if-mtu-change.sh | 29 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 D | recvmsg.c | 48 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 D | shell_unix.go | 86 // 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 D | per_thread_sem.cc | 78 bool timeout = false; in AbslInternalPerThreadSemWait() local 92 timeout = in AbslInternalPerThreadSemWait() 101 return !timeout; in AbslInternalPerThreadSemWait()
|
/third_party/rust/crates/nix/test/ |
H A D | test_poll.rs | 24 // 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 D | ap.h | 22 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 D | ap.h | 22 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 D | accessibility_common_helper.h | 59 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 D | lnn_heartbeat_ctrl.h | 37 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 D | basic_tag_session.h | 32 int SetTimeout(int timeout); 33 int GetTimeout(int &timeout);
|
/foundation/communication/netstack/utils/http_over_curl/include/ |
H A D | epoller.h | 62 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 D | softbus_adapter_xcollie.cpp | 23 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 D | test-http-client-timeout-connect-listener.js | 12 const timeout = 2 ** 31 - 1; 40 req.setTimeout(timeout);
|
H A D | test-http-client-timeout-option.js | 7 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 D | test-timers-max-duration-warning.js | 26 const timeout = setTimeout(timerNotCanceled, OVERFLOW); 27 clearTimeout(timeout);
|
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ |
H A D | ca.js | 26 timeout: options.timeout,
|
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tlog/ |
H A D | client.js | 28 timeout: options.timeout,
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_ppoll_chk_test.cpp | 37 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 D | poll_oneoff.h | 25 uint64_t timeout; member 47 uvwasi_timestamp_t timeout
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | SyncImpl.h | 36 GLuint64 timeout, 40 GLuint64 timeout) = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | SyncGL.h | 29 GLuint64 timeout, 33 GLuint64 timeout) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | SyncNULL.cpp | 28 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 D | Fence.h | 50 GLenum clientWait(GLbitfield flags, GLuint64 timeout); 51 void serverWait(GLbitfield flags, GLuint64 timeout);
|