| /openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
| D | usleep.t | 7 Test::More::plan(skip_all => "no usleep()"); 15 eval { Time::HiRes::usleep(-2) }; 16 like $@, qr/::usleep\(-2\): negative time not invented yet/, 22 Time::HiRes::usleep(10_000); 24 Time::HiRes::usleep(10_000); 32 Time::HiRes::usleep(500_000); 67 $a = abs(Time::HiRes::usleep($sleep * 1E6) / ($sleep * 1E6) - 1.0);
|
| D | sleep.t | 20 defined &Time::HiRes::usleep &&
|
| /openbsd/src/regress/sys/kern/futex/ |
| D | futex.c | 71 usleep(100); in main() 94 usleep(50000); in main() 109 usleep(50000); in main() 136 usleep(50000); in main() 151 usleep(50000); in main() 189 usleep(100); in awakener()
|
| /openbsd/src/usr.sbin/wsmoused/ |
| D | mouse_protocols.c | 234 usleep(100000); in SetMouseSpeed() 295 usleep(200000); in pnpgets() 303 usleep(200000); in pnpgets() 306 usleep(200000); in pnpgets() 318 usleep(200000); in pnpgets() 340 usleep(200000); in pnpgets() 354 usleep(200000); /* the mouse must send `Begin ID' within in pnpgets() 665 usleep(50000); in mouse_init() 667 usleep(50000); in mouse_init() 669 usleep(50000); in mouse_init() [all …]
|
| /openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/ |
| D | barrier-1.c | 18 usleep (10); in function() 25 usleep (10); in function()
|
| D | critical-1.c | 24 usleep (10); in function()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
| D | tsan_thread.cpp | 41 int usleep(unsigned); in thread_alot_func() 42 usleep(50); in thread_alot_func()
|
| /openbsd/src/gnu/usr.bin/perl/t/io/ |
| D | eintr_print.t | 61 Time::HiRes::usleep $big_delay; 90 Time::HiRes::usleep(500_000);
|
| /openbsd/src/lib/libc/gen/ |
| D | usleep.c | 36 usleep(useconds_t useconds) in usleep() function
|
| D | Makefile.inc | 26 ttyslot.c toupper_.c ualarm.c uname.c unvis.c usleep.c \ 57 ttyname.3 ualarm.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3
|
| /openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/ |
| D | HiRes.xs | 333 # define usleep hrt_usleep /* could conflict with ncurses for static build */ macro 349 # define usleep hrt_usleep /* could conflict with ncurses for static build */ macro 365 # define usleep hrt_usleep /* could conflict with ncurses for static build */ macro 378 # define usleep hrt_usleep /* could conflict with ncurses for static build */ macro 953 usleep(useconds) 973 usleep((U32)useconds); 1046 usleep(useconds); 1065 usleep(useconds)
|
| D | Changes | 157 - Unreliable t/usleep.t and t/utime.t tests [rt.cpan.org #122819] 309 - Correct s/us splitting of usleep(1000000) [rt.cpan.org #78266]. 651 [rt.cpan.org #15552] to avoid undefined usleep() on Win32 687 - try nanosleep for emulating usleep -- may help in some weird 688 embedded realtime places which have nanosleep but neither usleep 690 place, though -- in many places usleep is nanosleep anyway) 691 - try poll for emulating usleep -- this may help some obscure/old 692 SVR4 places that have neither usleep nor select 1005 - use nanosleep instead of usleep, if it is available (Wilson Snyder) 1008 - the existence of getitimer/nanosleep/setitimer/ualarm/usleep [all …]
|
| /openbsd/src/usr.bin/mg/ |
| D | bell.c | 64 usleep(50000); in dobeep()
|
| /openbsd/src/gnu/usr.bin/cvs/windows-NT/ |
| D | win32.c | 60 int usleep(unsigned long useconds) in usleep() function
|
| D | config.h | 259 int usleep (unsigned long);
|
| /openbsd/src/usr.sbin/ldapctl/ |
| D | ldapctl.c | 92 usleep(100000); in compact_db() 181 usleep(100000); in index_namespace()
|
| /openbsd/src/regress/lib/libc/sys/ |
| D | t_sendrecv.c | 100 usleep(100); in receiver()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/ |
| D | Cmd.pm | 510 Time::HiRes::usleep(250000); # quarter of a second 535 Time::HiRes::usleep(1) if IS_HPUX; 671 Time::HiRes::usleep(1); 1112 Time::HiRes::usleep(1);
|
| /openbsd/src/usr.bin/chpass/ |
| D | chpass.c | 203 usleep(250000); in main()
|
| /openbsd/src/lib/libc/hidden/ |
| D | unistd.h | 171 PROTO_DEPRECATED(usleep);
|
| /openbsd/src/usr.bin/passwd/ |
| D | local_passwd.c | 150 usleep(250000); in local_passwd()
|
| /openbsd/src/sys/lib/libsa/ |
| D | stand.h | 197 void usleep(u_int);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_solaris.cpp | 163 DECLARE__REAL_AND_INTERNAL(void, usleep, u64 useconds) { in DECLARE__REAL_AND_INTERNAL() argument
|
| /openbsd/src/gnu/llvm/lldb/source/Host/posix/ |
| D | ProcessLauncherPosixFork.cpp | 213 usleep(50000); in ChildFunc()
|
| /openbsd/src/regress/sys/fifofs/ |
| D | fifotest.c | 182 usleep(100000); in eof_writer()
|