Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dtime.d81 int getitimer(int, itimerval*); in version()
117 int getitimer(int, itimerval*); in version()
143 int getitimer(int, itimerval*); in version()
162 int getitimer(int, itimerval*); in version()
188 int getitimer(int, itimerval*); in version()
214 int getitimer(int, itimerval*); in version()
233 int getitimer(int, itimerval*); in version()
262 int getitimer(int, itimerval*); in version()
285 int getitimer(int, itimerval*); in version()
/netbsd-src/tests/lib/libc/sys/
H A Dt_getitimer.c59 atf_tc_set_md_var(tc, "descr", "getitimer(2) before setitimer(2)");
68 * empty after calling getitimer(2) but before in ATF_TC_BODY()
73 ATF_REQUIRE(getitimer(ITIMER_REAL, &it) == 0); in ATF_TC_BODY()
78 ATF_REQUIRE(getitimer(ITIMER_VIRTUAL, &it) == 0); in ATF_TC_BODY()
83 ATF_REQUIRE(getitimer(ITIMER_PROF, &it) == 0); in ATF_TC_BODY()
91 atf_tc_fail("getitimer(2) modified the timer before it was armed");
97 atf_tc_set_md_var(tc, "descr", "Test errors from getitimer(2)");
105 ATF_REQUIRE_ERRNO(EINVAL, getitimer(-1, &it) == -1); in ATF_TC_BODY()
108 ATF_REQUIRE_ERRNO(EINVAL, getitimer(INT_MAX, &it) == -1); in ATF_TC_BODY()
111 ATF_REQUIRE_ERRNO(EFAULT, getitimer(ITIMER_REA in ATF_TC_BODY()
[all...]
/netbsd-src/lib/libc/compat/sys/
H A Dcompat_itimer.c46 __warn_references(getitimer,
73 getitimer(int timerid, struct itimerval50 *tim50) in getitimer() function
/netbsd-src/sys/compat/sys/
H A Dtime.h46 int getitimer(int, struct itimerval50 *);
/netbsd-src/sys/sys/
H A Dtime.h331 int getitimer(int, struct itimerval *) __RENAME(__getitimer50);
/netbsd-src/share/doc/psd/05.sysman/
H A Dspell.ok267 getitimer
/netbsd-src/lib/libc/sys/
H A DMakefile.inc267 getitimer.2 getlogin.2 getpeername.2 getpgrp.2 getpid.2 \
334 MLINKS+=getitimer.2 setitimer.2
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map411 getitimer
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map411 getitimer
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def913 /// int getitimer(int which, struct itimerval *value);
914 TLI_DEFINE_ENUM_INTERNAL(getitimer)
915 TLI_DEFINE_STRING_INTERNAL("getitimer")
/netbsd-src/usr.bin/spell/spell/
H A Dspecial.netbsd434 getitimer
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Ddispatcher.c937 getitimer (which, oval); /* return current itimer setting */ in _setitimer()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Ddispatcher.c989 getitimer (which, oval); /* return current itimer setting */ in DCL_TIMER_CREATE()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2207 TEST(MemorySanitizer, getitimer) { in TEST() argument
2214 res = getitimer(ITIMER_VIRTUAL, &it1); in TEST()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc428 PRE_SYSCALL(getitimer)(long which, void *value) {}
430 POST_SYSCALL(getitimer)(long res, long which, void *value) {
H A Dsanitizer_common_interceptors.inc87 #define getitimer __getitimer50
2197 INTERCEPTOR(int, getitimer, int which, void *curr_value) {
2199 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value);
2203 int res = REAL(getitimer)(which, curr_value);
2235 COMMON_INTERCEPT_FUNCTION(getitimer); \
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc426 PRE_SYSCALL(getitimer)(long which, void *value) {}
428 POST_SYSCALL(getitimer)(long res, long which, void *value) {
H A Dsanitizer_common_interceptors.inc89 #define getitimer __getitimer50
2221 INTERCEPTOR(int, getitimer, int which, void *curr_value) {
2223 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value);
2227 int res = REAL(getitimer)(which, curr_value);
2259 COMMON_INTERCEPT_FUNCTION(getitimer); \
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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.inc89 #define getitimer __getitimer50
2251 INTERCEPTOR(int, getitimer, int which, void *curr_value) {
2253 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value);
2257 int res = REAL(getitimer)(which, curr_value);
2289 COMMON_INTERCEPT_FUNCTION(getitimer); \
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt1439 getitimer
/netbsd-src/share/man/tools/
H A Dnewsp.errs1408 getitimer
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c5202 __weak_alias(getitimer,rump___sysimpl_getitimer50);
7037 }, /* 86 = getitimer */
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog8895 * aux/configure.in (AC_CHECK_FUNCS): check for getitimer().
8897 * include/am_defs.h: extern definition for getitimer().
8899 * aux/configure.in: use AC_CHECK_EXTERNS. Look for getitimer()