Searched refs:timeout_value (Results 1 – 10 of 10) sorted by relevance
71 timeout_value = g_timeout.GetValueAsUnsigned(error)76 one_thread_timeout = timeout_value * 278 one_thread_timeout = int(timeout_value / 2)83 options.SetTimeoutInMicroSeconds(4 * timeout_value)
14 block_on(timeout_value()); in timeout_panics_when_no_tokio_context()27 async fn timeout_value() { in timeout_value() function
78 async fn timeout_value() { in timeout_value() function
878 uint32 timeout_value; in GcsFileSystem() local880 &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 …]
276 double timeout_value; /* Timeout in seconds */ member
2408 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()
1126 if (!http->blocking || http->timeout_value > 0.0) in http_gnutls_read()1611 old_timeout = http->timeout_value; in _httpTLSStart()
1609 old_timeout = http->timeout_value; in _httpTLSStart()2193 if (!http->blocking || http->timeout_value > 0.0) in http_cdsa_read()
6614 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()
1020 struct timespec timeout_value; in connect_to_server_wait_retry() local1026 timeout = &timeout_value; in connect_to_server_wait_retry()