Home
last modified time | relevance | path

Searched refs:timeout (Results 801 - 825 of 1524) sorted by relevance

1...<<31323334353637383940>>...61

/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dicodec_buffer.h66 int32_t SyncWait(int fd, uint32_t timeout);
/third_party/elfutils/tests/
H A Drun-large-elf-file.sh65 timeout -s9 10s dd conv=fsync if=/dev/zero of=tempfile bs=1M count=1K \
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.h119 usb_timeout_t timeout; /* timeout in milliseconds */ member
/third_party/mesa3d/.gitlab-ci/
H A Dcrosvm-runner.sh98 --shared-dir /:my_root:type=fs:writeback=true:timeout=60:cache=always \
/third_party/node/test/parallel/
H A Dtest-http-client-timeout-agent.js72 console.log(`req#${this.id} timeout`);
92 // Check that timeout on http request was not called too much
H A Dtest-http-server-keep-alive-max-requests-null.js12 assert.match(headers, /Keep-Alive: timeout=5\r\n/m);
H A Dtest-http-server-keep-alive-defaults.js12 assert.match(headers, /Keep-Alive: timeout=5\r\n/m);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
H A Dsg.h74 unsigned timeout; member
/third_party/musl/porting/uniproton/kernel/include/scsi/
H A Dsg.h74 unsigned timeout; member
/third_party/musl/porting/liteos_m/kernel/include/scsi/
H A Dsg.h74 unsigned timeout; member
/third_party/nghttp2/src/
H A Dshrpx_accept_handler.cc90 conn_hnr_->sleep_acceptor(get_config()->conn.listener.timeout.sleep); in accept_connection()
H A Dshrpx_connect_blocker.cc92 std::min(downstreamconf.timeout.max_backoff, base_backoff + dist(gen_)); in on_failure()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_util.c32 .timeout = UINT64_MAX, in vn_renderer_submit_simple_sync()
/third_party/lwip/src/include/lwip/
H A Dlowpower.h107 u32_t timeout; member
149 /* all timer use the same timeout step */
/third_party/musl/include/scsi/
H A Dsg.h74 unsigned timeout; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DEGLSync.h47 EGLTime timeout,
/third_party/glfw/src/
H A Dx11_window.c63 static GLFWbool waitForX11Event(double* timeout) in waitForX11Event() argument
69 if (!_glfwPollPOSIX(&fd, 1, timeout)) in waitForX11Event()
80 static GLFWbool waitForAnyEvent(double* timeout) in waitForAnyEvent() argument
97 if (!_glfwPollPOSIX(fds, sizeof(fds) / sizeof(fds[0]), timeout)) in waitForAnyEvent()
137 // timeout period elapses (ICCCM section 4.2.2)
142 double timeout = 0.1; in waitForVisibilityNotify() local
149 if (!waitForX11Event(&timeout)) in waitForVisibilityNotify()
1090 &_glfw.x11.saver.timeout, in acquireMonitor()
1137 _glfw.x11.saver.timeout, in releaseMonitor()
2261 double timeout in _glfwGetWindowFrameSizeX11() local
2823 _glfwWaitEventsTimeoutX11(double timeout) _glfwWaitEventsTimeoutX11() argument
[all...]
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dwatchdog_test.c120 HDF_LOGE("TestCaseWatchdogSetGetTimeout: set timeout fail, ret: %d!", ret); in TestCaseWatchdogSetGetTimeout()
125 HDF_LOGE("TestCaseWatchdogSetGetTimeout: get timeout fail, ret: %d!", ret); in TestCaseWatchdogSetGetTimeout()
231 uint32_t timeout; in TestCaseWatchdogReliability() local
249 (void)WatchdogGetTimeout(NULL, &timeout); in TestCaseWatchdogReliability()
250 /* invalid timeout pointer */ in TestCaseWatchdogReliability()
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_sdk_if.c309 int32_t UsbFnSubmitRequestSync(struct UsbFnRequest *req, uint32_t timeout) in UsbFnSubmitRequestSync() argument
315 return UsbFnIoMgrRequestSubmitSync(req, timeout); in UsbFnSubmitRequestSync()
/third_party/curl/lib/
H A Dpingpong.c48 /* Returns timeout in ms. 0 or negative number means the timeout has already
63 /* Without a requested timeout, we only wait 'response_time' seconds for the in Curl_pp_state_timeout()
68 if(data->set.timeout && !disconnecting) { in Curl_pp_state_timeout()
69 /* if timeout is requested, find out how much remaining time we have */ in Curl_pp_state_timeout()
70 timediff_t timeout2_ms = data->set.timeout - /* timeout time */ in Curl_pp_state_timeout()
95 failf(data, "server response timeout"); in Curl_pp_statemach()
100 interval_ms = 1000; /* use 1 second timeout intervals */ in Curl_pp_statemach()
/third_party/libuv/src/win/
H A Dthread.c453 int uv_cond_timedwait(uv_cond_t* cond, uv_mutex_t* mutex, uint64_t timeout) { in uv_cond_timedwait() argument
454 if (SleepConditionVariableCS(&cond->cond_var, mutex, (DWORD)(timeout / 1e6))) in uv_cond_timedwait()
/third_party/libdrm/freedreno/kgsl/
H A Dmsm_kgsl.h229 * timeout is in milliseconds.
233 unsigned int timeout; member
242 unsigned int timeout; member
H A Dkgsl_pipe.c61 uint64_t timeout) in kgsl_pipe_wait()
66 .timeout = 5000, in kgsl_pipe_wait()
60 kgsl_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp, uint64_t timeout) kgsl_pipe_wait() argument
/third_party/mesa3d/src/c11/impl/
H A Dthreads_win32.c226 const DWORD timeout = impl_abs2relmsec(abs_time); in cnd_timedwait() local
227 if (SleepConditionVariableCS((PCONDITION_VARIABLE)cond, (PCRITICAL_SECTION)mtx, timeout)) in cnd_timedwait()
/third_party/ltp/docparse/
H A Dtestinfo.pl174 $content .= print_defined("Default timeout", $json->{'defaults'}->{'timeout'}, "seconds");
387 if ($json->{'tests'}{$name}{timeout}) {
388 if ($json->{'tests'}{$name}{timeout} eq -1) {
389 $content .= paragraph("Test timeout is disabled");
391 $content .= paragraph("Test timeout is $json->{'tests'}{$name}{timeout} seconds");
394 $content .= paragraph("Test timeout defaults to $json->{'defaults'}->{'timeout'} seconds");

Completed in 14 milliseconds

1...<<31323334353637383940>>...61