Home
last modified time | relevance | path

Searched refs:getitimer (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Ditimer.t16 && defined &Time::HiRes::getitimer
46 my $virt = Time::HiRes::getitimer(&Time::HiRes::ITIMER_VIRTUAL);
51 printf("# getitimer: %s\n", join(" ",
52 Time::HiRes::getitimer(&Time::HiRes::ITIMER_VIRTUAL)));
56 while ((Time::HiRes::getitimer(&Time::HiRes::ITIMER_VIRTUAL))[1]) {
58 for (1..1000) { $j++ } # Can't be unbreakable, must test getitimer().
61 printf("# getitimer: %s\n", join(" ",
62 Time::HiRes::getitimer(&Time::HiRes::ITIMER_VIRTUAL)));
64 $virt = Time::HiRes::getitimer(&Time::HiRes::ITIMER_VIRTUAL);
H A Dalarm.t161 # Time::HiRes, behind the curtains the libc getitimer() or
/openbsd/regress/lib/libc/sys/
H A Dt_getitimer.c72 ATF_REQUIRE(getitimer(ITIMER_REAL, &it) == 0); in ATF_TC_BODY()
77 ATF_REQUIRE(getitimer(ITIMER_VIRTUAL, &it) == 0); in ATF_TC_BODY()
82 ATF_REQUIRE(getitimer(ITIMER_PROF, &it) == 0); in ATF_TC_BODY()
104 ATF_REQUIRE_ERRNO(EINVAL, getitimer(-1, &it) == -1); in ATF_TC_BODY()
107 ATF_REQUIRE_ERRNO(EINVAL, getitimer(INT_MAX, &it) == -1); in ATF_TC_BODY()
110 ATF_REQUIRE_ERRNO(EFAULT, getitimer(ITIMER_REAL, (void *)-1) == -1); in ATF_TC_BODY()
/openbsd/gnu/gcc/fixincludes/tests/base/sys/
H A Dtime.h27 extern int getitimer(int, struct itimerval *);
37 extern int getitimer();
/openbsd/lib/libc/hidden/sys/
H A Dtime.h26 PROTO_NORMAL(getitimer);
/openbsd/regress/sys/kern/pledge/generic/
H A Dtest_stdio.c39 { struct itimerval v; getitimer(ITIMER_REAL, &v); } in test_request_stdio()
/openbsd/lib/libc/sys/
H A DMakefile.inc55 getgroups.o getitimer.o getpeername.o getpgid.o \
185 getfh.2 getfsstat.2 getgid.2 getgroups.2 getitimer.2 getlogin.2 \
/openbsd/usr.bin/lock/
H A Dlock.c234 getitimer(ITIMER_REAL, &left); in hi()
/openbsd/sys/sys/
H A Dtime.h454 int getitimer(int, struct itimerval *);
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs1253 getitimer(which)
1262 if (getitimer(which, &nowit) == 0) {
H A DChanges1006 - the existence of getitimer/nanosleep/setitimer/ualarm/usleep
1030 enhanced, and the interval timers (setitimer, getitimer) have been
1043 - only getitimer(ITIMER_REAL) available in Cygwin and Win32
1110 - 9708: test also the scalar aspect of getitimer()
1111 - 9705: Add interval timers (setitimer, getitimer)
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat150 getitimer(2)
/openbsd/lib/libc/
H A DSymbols.list303 getitimer
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1475 /// int getitimer(int which, struct itimerval *value);
1476 TLI_DEFINE_ENUM_INTERNAL(getitimer)
1477 TLI_DEFINE_STRING_INTERNAL("getitimer")
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C1989 extern int getitimer(int, struct itimerval*);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h457 extern int getitimer(int, struct itimerval *);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h457 extern int getitimer(int, struct itimerval *);
/openbsd/gnu/usr.bin/perl/
H A Dsyscall_emulator.c441 ret = getitimer(which, itv); in syscall_emulator()
H A Dconfig_h.SH2777 * This symbol, if defined, indicates that the getitimer routine is
/openbsd/regress/usr.bin/tsort/
H A Dpairs140 getitimer.o getitimer.o
2842 getitimer.o cerror.o
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2229 TEST(MemorySanitizer, getitimer) { in TEST() argument
2236 res = getitimer(ITIMER_VIRTUAL, &it1); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc456 PRE_SYSCALL(getitimer)(long which, void *value) {}
458 POST_SYSCALL(getitimer)(long res, long which, void *value) {
H A Dsanitizer_common_interceptors.inc85 #define getitimer __getitimer50
155 #define getitimer __getitimer_time64
2308 INTERCEPTOR(int, getitimer, int which, void *curr_value) {
2310 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value);
2314 int res = REAL(getitimer)(which, curr_value);
2346 COMMON_INTERCEPT_FUNCTION(getitimer); \
/openbsd/gnu/gcc/fixincludes/
H A Dinclhack.def4492 "extern int getitimer(int, struct itimerval *);\\\n"
4503 "extern\tint getitimer();\\\n"
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1882 fun:getitimer=uninstrumented

12