Home
last modified time | relevance | path

Searched refs:timeout_value (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
DTestExitDuringExpression.py71 timeout_value = g_timeout.GetValueAsUnsigned(error)
76 one_thread_timeout = timeout_value * 2
78 one_thread_timeout = int(timeout_value / 2)
83 options.SetTimeoutInMicroSeconds(4 * timeout_value)
/external/rust/crates/tokio/tests/
Dno_rt.rs14 block_on(timeout_value()); in timeout_panics_when_no_tokio_context()
27 async fn timeout_value() { in timeout_value() function
Dtime_rt.rs78 async fn timeout_value() { in timeout_value() function
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc878 uint32 timeout_value; in GcsFileSystem() local
880 &timeout_value)) { in GcsFileSystem()
881 timeouts_.connect = timeout_value; in GcsFileSystem()
883 if (GetEnvVar(kRequestIdleTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()
884 timeouts_.idle = timeout_value; in GcsFileSystem()
887 &timeout_value)) { in GcsFileSystem()
888 timeouts_.metadata = timeout_value; in GcsFileSystem()
890 if (GetEnvVar(kReadRequestTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()
891 timeouts_.read = timeout_value; in GcsFileSystem()
893 if (GetEnvVar(kWriteRequestTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()
[all …]
/external/libcups/cups/
Dhttp-private.h276 double timeout_value; /* Timeout in seconds */ member
Dhttp.c2408 if (http->timeout_value > 0) in httpReconnect2()
2409 http_set_timeout(http->fd, http->timeout_value); in httpReconnect2()
2684 http->timeout_value = timeout; in httpSetTimeout()
4084 if (!http->blocking || http->timeout_value > 0.0) in http_read()
4559 http->wait_value = (int)(http->timeout_value * 1000); in http_set_wait()
4683 if (http->timeout_value > 0.0) in http_write()
Dtls-gnutls.c1126 if (!http->blocking || http->timeout_value > 0.0) in http_gnutls_read()
1611 old_timeout = http->timeout_value; in _httpTLSStart()
Dtls-darwin.c1609 old_timeout = http->timeout_value; in _httpTLSStart()
2193 if (!http->blocking || http->timeout_value > 0.0) in http_cdsa_read()
Dipp.c6614 else if (http->used == 0 && http->timeout_value > 0) in ipp_read_http()
6620 if (!httpWait(http, (int)(1000 * http->timeout_value))) in ipp_read_http()
/external/adhd/cras/src/libcras/
Dcras_client.c1020 struct timespec timeout_value; in connect_to_server_wait_retry() local
1026 timeout = &timeout_value; in connect_to_server_wait_retry()