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/ |
D | format | 14 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/ |
D | http.c | 1164 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()
|
D | http-private.h | 277 int wait_value; /* httpWait value for timeout */ member
|
D | tls-boringssl.c | 247 while (!_httpWait(http, http->wait_value, 0)) in http_bio_read()
|
D | tls-gnutls.c | 1132 while (!_httpWait(http, http->wait_value, 0)) in http_gnutls_read()
|
D | tls-darwin.c | 2199 while (!_httpWait(http, http->wait_value, 0)) in http_cdsa_read()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 254 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()
|