Home
last modified time | relevance | path

Searched refs:wait_value (Results 1 – 7 of 7) 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.c1164 while (!_httpWait(http, http->wait_value, 1)) in httpGets()
1698 while (!httpWait(http, http->wait_value)) in httpPeek()
4086 while (!httpWait(http, http->wait_value)) in http_read()
4559 http->wait_value = (int)(http->timeout_value * 1000); in http_set_wait()
4561 if (http->wait_value <= 0) in http_set_wait()
4562 http->wait_value = 60000; in http_set_wait()
4565 http->wait_value = 10000; in http_set_wait()
4699 while ((nfds = poll(&pfd, 1, http->wait_value)) < 0 && in http_write()
4709 timeout.tv_sec = http->wait_value / 1000; in http_write()
4710 timeout.tv_usec = 1000 * (http->wait_value % 1000); in http_write()
Dhttp-private.h277 int wait_value; /* httpWait value for timeout */ member
Dtls-boringssl.c247 while (!_httpWait(http, http->wait_value, 0)) in http_bio_read()
Dtls-gnutls.c1132 while (!_httpWait(http, http->wait_value, 0)) in http_gnutls_read()
Dtls-darwin.c2199 while (!_httpWait(http, http->wait_value, 0)) in http_cdsa_read()
/external/mesa3d/src/intel/vulkan/
Danv_queue.c254 uint64_t wait_value = submit->wait_timeline_values[i]; in anv_queue_submit_timeline_locked() local
256 if (timeline->highest_past >= wait_value) in anv_queue_submit_timeline_locked()
260 if (point->serial < wait_value) in anv_queue_submit_timeline_locked()