/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
H A D | ualarm.t | 7 Test::More::plan(skip_all => "no ualarm()"); 23 $tick = 0; Time::HiRes::ualarm(10_000); while ($tick == 0) { } 33 Time::HiRes::ualarm(0); 37 eval { Time::HiRes::ualarm(-4) }; 38 like $@, qr/::ualarm\(-4, 0\): negative time not invented yet/, 64 print("# ualarm($n)\n"); 65 Time::HiRes::ualarm($n); 1 while $alarmed == 0; 80 ok $ok or print("# ualarm($n) close enough\n"); 88 my $got0 = Time::HiRes::ualarm(500_000); 95 my $got1 = Time::HiRes::ualarm(0); [all …]
|
H A D | alarm.t | 21 defined &Time::HiRes::ualarm && 120 skip "no ualarm", 1 unless &Time::HiRes::d_ualarm; 130 skip "no ualarm", 1 unless &Time::HiRes::d_ualarm; 162 # ualarm()) which has a signal handler that takes so much time (on
|
H A D | sleep.t | 19 defined &Time::HiRes::ualarm &&
|
/openbsd/regress/lib/libpthread/sigmask/ |
H A D | sigmask.c | 26 ualarm(100000, 0); in main() 41 ualarm(100000, 0); in main() 52 ualarm(100000, 0); in main() 61 ualarm(100000, 0); in main()
|
/openbsd/gnu/usr.bin/perl/t/io/ |
H A D | eintr_print.t | 64 Time::HiRes::ualarm($fail_delay); 76 Time::HiRes::ualarm(0); 85 Time::HiRes::ualarm($small_delay); # and when it block we'll get SIGALRM 88 Time::HiRes::ualarm(0);
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/ |
H A D | Changes | 414 - for alarm() and ualarm() [Perl] prefer setitimer() [C] 415 instead of ualarm() [C] since ualarm() [C] cannot portably 463 - allow for more measuring noise for ualarm() tests 35..37 527 - the ualarm() tests (34-37) assumed that ualarm(N) 580 implementation of ualarm() if either useconds or 609 by a bug in Cygwin ualarm) 1064 - 13278: can't do subsecond alarms with ualarm; 1073 - 12722: VMS ualarm for VMS without ualarm, from Charles Lane 1074 - 12692: alarm() ain't gonna work if ualarm() ain't, 1133 - make our usleep and ualarm substitutes into hrt_usleep [all …]
|
H A D | HiRes.xs | 406 # define ualarm hrt_ualarm_itimer /* could conflict with ncurses for static build */ macro 411 # define ualarm vms_ualarm macro 1079 ualarm(useconds,uinterval=0) 1102 RETVAL = ualarm(useconds, uinterval); 1151 RETVAL = (NV)ualarm( useconds, uinterval ) / NV_1E6; 1161 ualarm(useconds,interval=0)
|
/openbsd/lib/libc/gen/ |
H A D | ualarm.c | 43 ualarm(useconds_t usecs, useconds_t reload) in ualarm() function
|
H A 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/lib/libc/hidden/ |
H A D | unistd.h | 167 PROTO_DEPRECATED(ualarm);
|
/openbsd/include/ |
H A D | unistd.h | 423 useconds_t ualarm(useconds_t, useconds_t);
|
/openbsd/gnu/usr.bin/perl/t/porting/ |
H A D | known_pod_issues.dat | 375 ualarm(3)
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 816 ualarm
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p700.C | 2006 unsigned ualarm(unsigned, unsigned);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 1189 extern unsigned ualarm(unsigned, unsigned);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 1189 extern unsigned ualarm(unsigned, unsigned);
|
/openbsd/regress/usr.bin/tsort/ |
H A D | pairs1 | 282 ualarm.o ualarm.o 2208 ualarm.o setitimer.o
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl589delta.pod | 1220 Function C<alarm> now mentions C<Time::HiRes::ualarm> in preference
|
H A D | perl58delta.pod | 1174 timing (ualarm, usleep, and gettimeofday). See L<Time::HiRes>.
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3174 fun:ualarm=uninstrumented
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | config_h.sample | 2371 * This symbol, if defined, indicates that the ualarm routine is
|
H A D | config.plan9 | 2483 * This symbol, if defined, indicates that the ualarm routine is
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 3024 ./usr/share/man/man3/ualarm.3
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | config_H | 3482 * This symbol, if defined, indicates that the ualarm routine is
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | config_H.gc | 3563 * This symbol, if defined, indicates that the ualarm routine is
|