Home
last modified time | relevance | path

Searched refs:wait_value (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/gk20a/gk20a_channel_submit_gpfifo/
Dformat14 field:u32 wait_value; offset:32; size:4; signed:0;
16 …%u, flags=%u, wait_id=%d, wait_value=%u", REC->name, REC->hw_chid, REC->num_entries, REC->flags, R…
/external/libcups/cups/
Dhttp.c1212 while (!_httpWait(http, http->wait_value, 1)) in httpGets()
1743 while (!httpWait(http, http->wait_value)) in httpPeek()
4129 while (!httpWait(http, http->wait_value)) in http_read()
4604 http->wait_value = (int)(http->timeout_value * 1000); in http_set_wait()
4606 if (http->wait_value <= 0) in http_set_wait()
4607 http->wait_value = 60000; in http_set_wait()
4610 http->wait_value = 10000; in http_set_wait()
4738 while ((nfds = poll(&pfd, 1, http->wait_value)) < 0 && in http_write()
4748 timeout.tv_sec = http->wait_value / 1000; in http_write()
4749 timeout.tv_usec = 1000 * (http->wait_value % 1000); in http_write()
Dhttp-private.h345 int wait_value; /* httpWait value for timeout */ member
Dtls-boringssl.c246 while (!_httpWait(http, http->wait_value, 0)) in http_bio_read()
Dtls-gnutls.c1102 while (!_httpWait(http, http->wait_value, 0)) in http_gnutls_read()
Dtls-darwin.c2131 while (!_httpWait(http, http->wait_value, 0)) in http_cdsa_read()