Searched refs:usleep (Results 1 - 25 of 89) sorted by relevance

1234

/external/valgrind/unittest/
H A Dopt_tests.cc47 usleep(1); // Prevent tail call optimization.
59 usleep(1);
H A Ddeadlock_unittest.cc171 usleep(1000);
194 usleep(1000);
199 usleep(2000);
204 usleep(3000);
353 usleep(100000);
360 usleep(100000);
H A Datomicity_tests.cc75 usleep(1);
132 usleep(0);
H A Ddemo_tests.cc98 usleep(100);
195 t1.Start(); usleep(100);
196 t2.Start(); usleep(100);
197 t3.Start(); usleep(100);
198 t4.Start(); usleep(100);
219 t1.Start(); usleep(100);
220 t2.Start(); usleep(100);
221 t3.Start(); usleep(100);
245 usleep(100000);
313 usleep(10000
[all...]
H A Dtest_utils.h101 usleep(10);
144 usleep(1000);
H A Dracecheck_unittest.cc72 // Some tests use sleep()/usleep().
136 usleep(200000); // Make sure the waiter blocks.
184 usleep(100000); // Make sure the waiter blocks.
274 usleep(100000); // Make sure the signaller gets first.
328 usleep(500000); // Make sure the signaller gets first.
376 usleep(100000); // Make sure the signaller gets there first.
430 usleep(100000);
470 usleep(100000);
763 usleep(100000); // Make sure the waiter blocks.
796 usleep(10000
[all...]
H A Dposix_tests.cc74 usleep(200000);
125 usleep(500000);
173 usleep(1000);
231 usleep(100000);
368 usleep(100000);
409 usleep(100000);
590 usleep(100000);
602 usleep(10000);
609 usleep(100000);
621 usleep(1000
[all...]
/external/valgrind/unittest/output_tests/
H A Dfun_hist_test.cc5 usleep(100000);
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp122 // Some tests use sleep()/usleep().
293 usleep(10);
376 usleep(100000); // Make sure the waiter blocks.
424 usleep(100000); // Make sure the waiter blocks.
518 usleep(100000); // Make sure the signaller gets first.
570 usleep(100000); // Make sure the signaller gets first.
618 usleep(100000); // Make sure the signaller gets there first.
672 usleep(100000);
713 usleep(100000);
746 usleep(20000
[all...]
H A Dannotate_rwlock.c16 #include <unistd.h> /* usleep() */
65 usleep(100 * 1000);
89 usleep(100 * 1000);
H A Dannotate_barrier.c14 #include <unistd.h> /* usleep() */
91 usleep(100 * 1000);
/external/valgrind/main/helgrind/tests/
H A Dannotate_rwlock.c26 #include <unistd.h> /* usleep() */
75 usleep(100 * 1000);
100 usleep(100 * 1000);
/external/webkit/Tools/TestWebKitAPI/mac/
H A DPlatformUtilitiesMac.mm46 usleep(seconds * 1000000);
/external/v8/test/cctest/
H A Dtest-platform-linux.cc7 #include <unistd.h> // for usleep()
18 usleep(1);
/external/openssh/contrib/
H A Dgnome-ssh-askpass2.c134 usleep(GRAB_WAIT * 1000);
146 usleep(GRAB_WAIT * 1000);
/external/webkit/Tools/DumpRenderTree/pthreads/
H A DJavaScriptThreadingPthreads.cpp146 usleep(1000);
/external/icu4c/test/intltest/
H A Dsimplethread.cpp35 /* Needed by z/OS to get usleep */
429 usleep(999999);
433 usleep(millis);
436 usleep(millis * 1000);
/external/srtp/test/
H A Drtpw.c63 #include <time.h> /* for usleep() */
95 # define usleep(us) Sleep((us)/1000) macro
97 # define usleep(us) sleep((us)/1000000) macro
442 usleep(USEC_RATE);
/external/chromium/net/tools/flip_server/
H A Dflip_config.cc64 usleep(200000);
/external/qemu/android/utils/
H A Dsystem.c20 # include <unistd.h> /* for usleep */
211 usleep( timeout_ms*1000 );
/external/bluetooth/bluez/tools/
H A Dcsr_bcsp.c125 usleep(delay * 100);
218 usleep(delay * 100);
/external/llvm/lib/Support/Unix/
H A DSignals.inc319 usleep(1000);
/external/webkit/Tools/Scripts/
H A Dbisect-builds47 use Time::HiRes qw(usleep);
374 usleep 100 if $i > 1;
384 usleep 100;
/external/dbus/bus/
H A Ddir-watch-kqueue.c70 usleep(500000);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc.c678 usleep(10000);
782 usleep(2000);
953 /* NOTE: need to usleep(3000) here if the write is for SWP */
954 usleep(500); /* NXP advise 500us sleep required between I2C writes */
959 usleep(10000); /* wait 10 ms */

Completed in 412 milliseconds

1234