Searched refs:ITIMER_VIRTUAL (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/t/ |
| D | HiRes.t | 313 use Time::HiRes qw(setitimer getitimer ITIMER_VIRTUAL); 319 $i ? $i-- : setitimer(&ITIMER_VIRTUAL, 0); 323 print "# setitimer: ", join(" ", setitimer(ITIMER_VIRTUAL, 0.5, 0.4)), "\n"; 326 my $virt = getitimer(&ITIMER_VIRTUAL); 330 print "# getitimer: ", join(" ", getitimer(ITIMER_VIRTUAL)), "\n"; 332 while (getitimer(&ITIMER_VIRTUAL)) { 337 print "# getitimer: ", join(" ", getitimer(ITIMER_VIRTUAL)), "\n"; 339 $virt = getitimer(&ITIMER_VIRTUAL);
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/fallback/ |
| D | const-c.inc | 94 CLOCKS_PER_SEC CLOCK_REALTIME CLOCK_SOFTTIME ITIMER_VIRTUAL d_clock_getres 132 if (memEQ(name, "ITIMER_VIRTUAL", 14)) { 134 #ifdef ITIMER_VIRTUAL 135 *iv_return = ITIMER_VIRTUAL; 246 ITIMER_REALPROF ITIMER_VIRTUAL TIMER_ABSTIME),
|
| /mirbsd/src/sys/kern/ |
| D | kern_clock.c | 200 timerisset(&pstats->p_timer[ITIMER_VIRTUAL].it_value) && 201 itimerdecr(&pstats->p_timer[ITIMER_VIRTUAL], tick) == 0)
|
| /mirbsd/src/sys/sys/ |
| D | time.h | 141 #define ITIMER_VIRTUAL 1 macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/ |
| D | Makefile.PL | 662 ITIMER_REAL ITIMER_VIRTUAL ITIMER_PROF
|
| D | Changes | 30 - has_symbol() was wrong since e.g. ITIMER_VIRTUAL is exported 47 CLOCK_REALTIME and ITIMER_VIRTUAL in HiRes.t: the proper 88 - ITIMER_VIRTUAL detection in HiRes.t had problems (that we cannot
|
| D | HiRes.xs | 56 # undef ITIMER_VIRTUAL
|
| /mirbsd/src/lib/libpthread/uthread/ |
| D | pthread_private.h | 173 #define _ITIMER_SCHED_TIMER ITIMER_VIRTUAL
|
| /mirbsd/src/gnu/usr.bin/perl/utils/ |
| D | c2ph.PL | 228 + (&ITIMER_VIRTUAL * &itimerval'struct)
|