Home
last modified time | relevance | path

Searched refs:timedout (Results 1 – 5 of 5) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/
DMonitorWaitedEvent.java65 public boolean timedout(); in timedout() method
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1066 bool timedout = false; in queue_wait_idle() local
1067 while (p_atomic_read(&queue->count) && !(timedout = timespec_passed(CLOCK_MONOTONIC, &t))) in queue_wait_idle()
1069 if (timedout) in queue_wait_idle()
/external/libevent/
Devdns.c223 int timedout; /* number of times in a row a request has timed out */ member
638 ns->timedout = 0; in nameserver_up()
1415 ns->timedout = 0; in nameserver_read()
2204 req->ns->timedout++; in evdns_request_timeout_callback()
2205 if (req->ns->timedout > req->base->global_max_nameserver_timeout) { in evdns_request_timeout_callback()
2206 req->ns->timedout = 0; in evdns_request_timeout_callback()
DChangeLog446 o test/http: add a helper for creating timedout/failed request (376f107 Azat Khuzhin)
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventSetImpl.java357 public boolean timedout() { in timedout() method in EventSetImpl.MonitorWaitedEventImpl