/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | icodec_buffer.h | 66 int32_t SyncWait(int fd, uint32_t timeout);
|
/third_party/elfutils/tests/ |
H A D | run-large-elf-file.sh | 65 timeout -s9 10s dd conv=fsync if=/dev/zero of=tempfile bs=1M count=1K \
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.h | 119 usb_timeout_t timeout; /* timeout in milliseconds */ member
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | crosvm-runner.sh | 98 --shared-dir /:my_root:type=fs:writeback=true:timeout=60:cache=always \
|
/third_party/node/test/parallel/ |
H A D | test-http-client-timeout-agent.js | 72 console.log(`req#${this.id} timeout`); 92 // Check that timeout on http request was not called too much
|
H A D | test-http-server-keep-alive-max-requests-null.js | 12 assert.match(headers, /Keep-Alive: timeout=5\r\n/m);
|
H A D | test-http-server-keep-alive-defaults.js | 12 assert.match(headers, /Keep-Alive: timeout=5\r\n/m);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
H A D | sg.h | 74 unsigned timeout; member
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
H A D | sg.h | 74 unsigned timeout; member
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
H A D | sg.h | 74 unsigned timeout; member
|
/third_party/nghttp2/src/ |
H A D | shrpx_accept_handler.cc | 90 conn_hnr_->sleep_acceptor(get_config()->conn.listener.timeout.sleep); in accept_connection()
|
H A D | shrpx_connect_blocker.cc | 92 std::min(downstreamconf.timeout.max_backoff, base_backoff + dist(gen_)); in on_failure()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_util.c | 32 .timeout = UINT64_MAX, in vn_renderer_submit_simple_sync()
|
/third_party/lwip/src/include/lwip/ |
H A D | lowpower.h | 107 u32_t timeout; member 149 /* all timer use the same timeout step */
|
/third_party/musl/include/scsi/ |
H A D | sg.h | 74 unsigned timeout; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | EGLSync.h | 47 EGLTime timeout,
|
/third_party/glfw/src/ |
H A D | x11_window.c | 63 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 D | watchdog_test.c | 120 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 D | usbfn_sdk_if.c | 309 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 D | pingpong.c | 48 /* 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 D | thread.c | 453 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 D | msm_kgsl.h | 229 * timeout is in milliseconds. 233 unsigned int timeout; member 242 unsigned int timeout; member
|
H A D | kgsl_pipe.c | 61 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 D | threads_win32.c | 226 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 D | testinfo.pl | 174 $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");
|