Home
last modified time | relevance | path

Searched refs:setitimer (Results 1 – 25 of 136) sorted by relevance

123456

/netbsd/tests/lib/libc/sys/
H A Dt_getitimer.c131 ATF_REQUIRE(setitimer(ITIMER_REAL, &it, NULL) == 0); in ATF_TC_BODY()
158 ATF_REQUIRE_ERRNO(EINVAL, setitimer(-1, &it, &ot) == -1); in ATF_TC_BODY()
161 ATF_REQUIRE_ERRNO(EINVAL, setitimer(INT_MAX, &it, &ot) == -1); in ATF_TC_BODY()
164 ATF_REQUIRE_ERRNO(EFAULT, setitimer(ITIMER_REAL,(void*)-1, &ot) == -1); in ATF_TC_BODY()
189 ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0); in ATF_TC_BODY()
197 ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0); in ATF_TC_BODY()
/netbsd/external/gpl3/binutils.old/dist/gprof/
H A Dhertz.c46 setitimer (ITIMER_REAL, &tim, 0); in hertz()
47 setitimer (ITIMER_REAL, 0, &tim); in hertz()
/netbsd/external/gpl3/gdb/dist/gprof/
H A Dhertz.c46 setitimer (ITIMER_REAL, &tim, 0); in hertz()
47 setitimer (ITIMER_REAL, 0, &tim); in hertz()
/netbsd/external/gpl3/binutils/dist/gprof/
H A Dhertz.c46 setitimer (ITIMER_REAL, &tim, 0); in hertz()
47 setitimer (ITIMER_REAL, 0, &tim); in hertz()
/netbsd/external/gpl3/gdb.old/dist/gprof/
H A Dhertz.c46 setitimer (ITIMER_REAL, &tim, 0); in hertz()
47 setitimer (ITIMER_REAL, 0, &tim); in hertz()
/netbsd/games/atc/
H A Dmain.c189 (void)setitimer(ITIMER_REAL, &itv, NULL); in main()
202 (void)setitimer(ITIMER_REAL, &itv, NULL); in main()
215 (void)setitimer(ITIMER_REAL, &itv, NULL); in main()
347 (void)setitimer(ITIMER_REAL, &itv, NULL); in quit()
/netbsd/usr.bin/talk/
H A Dmsgs.c70 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in start_msgs()
80 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in end_msgs()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigstep.c72 res = setitimer (itimer, &itime, NULL); in main()
77 res = setitimer (itimer, &itime, NULL); in main()
H A Dsigrepeat.c47 setitimer (itimer[sigi], &itime, NULL); in handler()
99 setitimer (itimer[i], &itime, NULL); in main()
H A Dsiginfo.c64 setitimer (ITIMER_VIRTUAL, &itime, NULL); in main()
/netbsd/lib/libc/compat/sys/
H A Dcompat_itimer.c48 __warn_references(setitimer,
52 setitimer(int timerid, const struct itimerval50 * __restrict tim50, in setitimer() function
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigstep.c72 res = setitimer (itimer, &itime, NULL); in main()
77 res = setitimer (itimer, &itime, NULL); in main()
H A Dsigrepeat.c47 setitimer (itimer[sigi], &itime, NULL); in handler()
99 setitimer (itimer[i], &itime, NULL); in main()
H A Dsiginfo.c64 setitimer (ITIMER_VIRTUAL, &itime, NULL); in main()
/netbsd/external/bsd/libbind/dist/bsd/
H A DMakefile.in26 readv.@O@ setenv.@O@ setitimer.@O@ strcasecmp.@O@ strdup.@O@ \
31 readv.c setenv.c setitimer.c strcasecmp.c strdup.c \
/netbsd/usr.bin/tip/aculib/
H A Dcourier.c350 if (setitimer(ITIMER_REAL, itp, &oitv) < 0) in cour_nap()
363 (void)setitimer(ITIMER_REAL, itp, NULL); in cour_nap()
372 (void)setitimer(ITIMER_REAL, &oitv, NULL); in cour_nap()
H A Dt3000.c360 if (setitimer(ITIMER_REAL, itp, &oitv) < 0) in t3000_nap()
373 (void)setitimer(ITIMER_REAL, itp, NULL); in t3000_nap()
382 (void)setitimer(ITIMER_REAL, &oitv, NULL); in t3000_nap()
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-timer.c130 setitimer(ITIMER_REAL, &tv, &otv); in timer_bytes()
150 setitimer(ITIMER_REAL, &otv, 0); in timer_bytes()
/netbsd/tests/lib/libpthread/
H A Dt_once.c173 setitimer(ITIMER_REAL, &it, NULL); in ATF_TC_BODY()
185 setitimer(ITIMER_REAL, &it, NULL); in ATF_TC_BODY()
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dphp_syscolors_example.txt42 0 18426/1 66 ":- syscall -> setitimer
43 0 18426/1 8 ":- syscall <- setitimer
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dphp_syscolors_example.txt42 0 18426/1 66 ":- syscall -> setitimer
43 0 18426/1 8 ":- syscall <- setitimer
/netbsd/lib/libc/gen/
H A Dalarm.c61 if (setitimer(ITIMER_REAL, itp, &oitv) == -1) in __weak_alias()
H A Dualarm.c67 if (setitimer(ITIMER_REAL, &new, &old) == 0) in __weak_alias()
/netbsd/external/bsd/am-utils/dist/libamu/
H A Dualarm.c66 if (setitimer(ITIMER_REAL, &new, &old) == 0) in ualarm()
/netbsd/regress/sys/kern/ras/ras1/
H A Dras1.c64 setitimer(ITIMER_VIRTUAL, &itv, NULL); in main()

123456