Home
last modified time | relevance | path

Searched refs:waited (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/drd/
Ddrd_semaphore.c345 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_()
Ddrd_semaphore.h50 const Bool waited);
53 const Bool waited);
Ddrd_barrier.h48 const BarrierT barrier_type, const Bool waited,
Ddrd_barrier.c404 const BarrierT barrier_type, const Bool waited, in DRD_()
431 if (! waited) in DRD_()
/external/toybox/toys/pending/
Ddhcp.c1271 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 …]
Ddhcpd.c1080 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/
Dpth_cond_destroy_busy.stderr.exp2 destruction of condition variable being waited upon: cond 0x........
Dbar_bad.stderr.exp41 Destruction of barrier that is being waited upon: barrier 0x........
Dbar_bad_xml.stderr.exp236 <what>Destruction of barrier that is being waited upon: barrier 0x........</what>
/external/valgrind/helgrind/tests/
Dpth_cond_destroy_busy.stderr.exp-ppc6434 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp1488 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/
Dsslhelper.c1731 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()
Dconnections.c1160 double waited = 0.0; in ugly_window()
1307 waited += ((double) ms)/1000.; in ugly_window()
1308 if (timeout && (int) waited >= timeout) { in ugly_window()
DREADME1024 waited for (default 15 seconds.) The applet will now autodetect
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt189 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/
Dwords.txt2829 waited
/external/strace/
DREADME-linux-ptrace412 waited for again, until SIGSTOP is seen. Yet another complication is to
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dssvnc.tcl1721 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"]