Searched refs:waited (Results 1 – 18 of 18) sorted by relevance
/external/valgrind/drd/ |
D | drd_semaphore.c | 345 const Bool waited) in DRD_() 350 tl_assert(waited == 0 || waited == 1); in DRD_() 355 p ? p->value : 0, p ? p->value - waited : 0, in DRD_() 356 waited ? "" : " (did not wait)"); in DRD_() 360 p->value -= waited; in DRD_() 381 if (!waited) in DRD_()
|
D | drd_semaphore.h | 50 const Bool waited); 53 const Bool waited);
|
D | drd_barrier.h | 48 const BarrierT barrier_type, const Bool waited,
|
D | drd_barrier.c | 404 const BarrierT barrier_type, const Bool waited, in DRD_() 431 if (! waited) in DRD_()
|
/external/toybox/toys/pending/ |
D | dhcp.c | 1271 uint32_t timeout = 0, waited = 0; in dhcp_main() local 1316 tv.tv_sec = timeout - waited; in dhcp_main() 1325 waited += (unsigned) time(NULL) - timestmp; in dhcp_main() 1343 waited = 0; in dhcp_main() 1361 waited = 0; in dhcp_main() 1371 waited = 0; in dhcp_main() 1388 waited = 0; in dhcp_main() 1399 waited = 0; in dhcp_main() 1406 waited = 0; in dhcp_main() 1412 waited = 0; in dhcp_main() [all …]
|
D | dhcpd.c | 1080 uint32_t waited = 0, serverid = 0, requested_nip = 0; in dhcpd_main() local 1122 tv.tv_sec = gconfig.auto_time - waited; in dhcpd_main() 1133 waited += (unsigned) time(NULL) - timestmp; in dhcpd_main() 1141 waited = 0; in dhcpd_main() 1174 waited += time(NULL) - timestmp; in dhcpd_main()
|
/external/valgrind/drd/tests/ |
D | pth_cond_destroy_busy.stderr.exp | 2 destruction of condition variable being waited upon: cond 0x........
|
D | bar_bad.stderr.exp | 41 Destruction of barrier that is being waited upon: barrier 0x........
|
D | bar_bad_xml.stderr.exp | 236 <what>Destruction of barrier that is being waited upon: barrier 0x........</what>
|
/external/valgrind/helgrind/tests/ |
D | pth_cond_destroy_busy.stderr.exp-ppc64 | 34 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 1488 for (int waited = 0;;) in iterate() local 1491 const int wait = de::max(50, waited>>2); in iterate() 1494 if (pass == VERIFY_PASS || (pass == VERIFY_MINIMUM && waited >= maxWait)) in iterate() 1499 if (waited >= warnWait && lastTimelyState != pass) in iterate() 1502 log << TestLog::Message << "Passed after ~" << waited << "ms of waiting" << TestLog::EndMessage; in iterate() 1506 else if (waited >= maxWait) in iterate() 1510 …log << TestLog::Message << "Waited for ~" << waited << "ms without getting all expected messages" … in iterate() 1515 if (waited < warnWait) in iterate() 1519 waited += wait; in iterate()
|
/external/libvncserver/x11vnc/ |
D | sslhelper.c | 1731 double waited = 0.0, waitmax = 1.4, dt = 0.01, start = dnow(); in check_vnc_tls_mode() local 1775 while (waited < waitmax) { in check_vnc_tls_mode() 1787 waited += dt; in check_vnc_tls_mode()
|
D | connections.c | 1160 double waited = 0.0; in ugly_window() 1307 waited += ((double) ms)/1000.; in ugly_window() 1308 if (timeout && (int) waited >= timeout) { in ugly_window()
|
D | README | 1024 waited for (default 15 seconds.) The applet will now autodetect
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 189 First, however, she waited for a few minutes to see if she was 569 in the pictures of him), while the rest waited in silence. At 881 She waited for some time without hearing anything more: at 901 waited till she heard a little animal (she couldn't guess of what 904 sharp kick, and waited to see what would happen next. 1179 This time Alice waited patiently until it chose to speak again. 1637 Alice waited a little, half expecting to see it again, but it 2096 So she stood still where she was, and waited. 2240 Alice waited till the eyes appeared, and then nodded. `It's no 2531 Queen: so she waited. [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
D | words.txt | 2829 waited
|
/external/strace/ |
D | README-linux-ptrace | 412 waited for again, until SIGSTOP is seen. Yet another complication is to
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ssvnc.tcl | 1721 Setting SLEEP=n increases the amount of time waited before 4681 set waited 0 4683 while {$waited < 30000} { 4692 check_debug_netstat $p_port $ns $waited 4698 set waited [expr "$waited + 500"] 4830 set waited 0 4832 while {$waited < 30000} { 4841 check_debug_netstat $use $ns $waited 4851 if {$waited == 0} { 4854 set waited [expr "$waited + 500"]
|