Home
last modified time | relevance | path

Searched refs:ualarm (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Dualarm.t7 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 Dalarm.t21 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 Dsleep.t19 defined &Time::HiRes::ualarm &&
/openbsd/regress/lib/libpthread/sigmask/
H A Dsigmask.c26 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 Deintr_print.t64 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 DChanges414 - 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 DHiRes.xs406 # 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 Dualarm.c43 ualarm(useconds_t usecs, useconds_t reload) in ualarm() function
H A DMakefile.inc26 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 Dunistd.h167 PROTO_DEPRECATED(ualarm);
/openbsd/include/
H A Dunistd.h423 useconds_t ualarm(useconds_t, useconds_t);
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat375 ualarm(3)
/openbsd/lib/libc/
H A DSymbols.list816 ualarm
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C2006 unsigned ualarm(unsigned, unsigned);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h1189 extern unsigned ualarm(unsigned, unsigned);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h1189 extern unsigned ualarm(unsigned, unsigned);
/openbsd/regress/usr.bin/tsort/
H A Dpairs1282 ualarm.o ualarm.o
2208 ualarm.o setitimer.o
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl589delta.pod1220 Function C<alarm> now mentions C<Time::HiRes::ualarm> in preference
H A Dperl58delta.pod1174 timing (ualarm, usleep, and gettimeofday). See L<Time::HiRes>.
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3174 fun:ualarm=uninstrumented
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample2371 * This symbol, if defined, indicates that the ualarm routine is
H A Dconfig.plan92483 * This symbol, if defined, indicates that the ualarm routine is
/openbsd/distrib/sets/lists/comp/
H A Dmi3024 ./usr/share/man/man3/ualarm.3
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig_H3482 * This symbol, if defined, indicates that the ualarm routine is
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc3563 * This symbol, if defined, indicates that the ualarm routine is

12