Home
last modified time | relevance | path

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

1234

/glibc-2.36/time/
Dtst-itimer.c63 TEST_COMPARE (setitimer (timers[i], &it, NULL), 0); in do_test()
65 TEST_COMPARE (setitimer (timers[i], &(struct itimerval) { 0 }, &it_old), in do_test()
88 TEST_COMPARE (setitimer (timers[i], &it, NULL), 0); in do_test()
90 TEST_COMPARE (setitimer (timers[i], &(struct itimerval) { 0 }, &it_old), in do_test()
109 TEST_COMPARE (setitimer (timers[i], &it, NULL), 0); in do_test()
110 TEST_COMPARE (setitimer (timers[i], &(struct itimerval) { 0 }, in do_test()
123 TEST_COMPARE (setitimer (timers[i], &it, NULL), -1); in do_test()
135 TEST_COMPARE (setitimer (timers[i], &it, NULL), 0); in do_test()
137 TEST_COMPARE (setitimer (timers[i], &(struct itimerval) { 0 }, in do_test()
148 TEST_COMPARE (setitimer (timers[i], &it, NULL), -1); in do_test()
[all …]
Dsetitimer.c38 stub_warning (setitimer)
40 weak_alias (__setitimer, setitimer)
DVersions37 setitimer; settimeofday; stime; strftime; strptime;
DMakefile35 adjtime tzset tzfile getitimer setitimer \
/glibc-2.36/sysdeps/unix/sysv/linux/
Dsetitimer.c31 return INLINE_SYSCALL_CALL (setitimer, which, new_value, old_value); in __setitimer64()
47 return INLINE_SYSCALL_CALL (setitimer, which, &new_value_32, NULL); in __setitimer64()
50 if (INLINE_SYSCALL_CALL (setitimer, which, &new_value_32, &old_value_32) in __setitimer64()
90 weak_alias (__setitimer, setitimer)
Dsyscall-names.list543 setitimer
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dsyscalls.list25 setitimer - setitimer i:ipP __setitimer setitimer@@GLIBC_2.1
Dosf_setitimer.c53 compat_symbol (libc, __setitimer_tv32, setitimer, GLIBC_2_0);
DVersions49 setitimer; settimeofday;
Dlibc.abilist1069 GLIBC_2.0 setitimer F
1703 GLIBC_2.1 setitimer F
/glibc-2.36/sysdeps/pthread/
Dtst-cancel19.c125 setitimer (ITIMER_REAL, &it, NULL); in do_test()
131 setitimer (ITIMER_REAL, &it, NULL); in do_test()
149 setitimer (ITIMER_REAL, &it, NULL); in do_test()
155 setitimer (ITIMER_REAL, &it, NULL); in do_test()
/glibc-2.36/time/sys/
Dtime.h155 extern int setitimer (__itimer_which_t __which,
171 extern int __REDIRECT_NTH (setitimer, (__itimer_which_t __which,
181 # define setitimer __setitimer64 macro
/glibc-2.36/rt/
Dtst-mqueue2.c160 setitimer (ITIMER_REAL, &it, NULL); in do_test()
173 setitimer (ITIMER_REAL, &it, NULL); in do_test()
273 setitimer (ITIMER_REAL, &it, NULL); in do_test()
286 setitimer (ITIMER_REAL, &it, NULL); in do_test()
/glibc-2.36/posix/
Dtst-vfork2.c69 if (setitimer (ITIMER_REAL, &it, NULL) < 0) in do_test()
94 setitimer (ITIMER_REAL, &it, NULL); in do_test()
/glibc-2.36/manual/examples/
Dswapcontext.c90 || setitimer (ITIMER_PROF, &it, NULL) < 0 in main()
/glibc-2.36/crypt/
Dspeeds.c134 setitimer (ITIMER_VIRTUAL, &itv, NULL); in main()
/glibc-2.36/conform/data/sys/
Dtime.h-data30 function int setitimer (int, const struct itimerval*, struct itimerval*)
/glibc-2.36/sysdeps/mach/hurd/
Dsetitimer.c386 weak_alias (__setitimer, setitimer)
/glibc-2.36/manual/
Dtime.texi2766 The @code{alarm} and @code{setitimer} functions provide a mechanism for a
2808 @code{setitimer} or @code{alarm}. Otherwise, an unusual chain of events
2822 The @code{setitimer} function is the primary means for setting an alarm.
2846 @deftypefun int setitimer (int @var{which}, const struct itimerval *@var{new}, struct itimerval *@v…
2857 The @code{setitimer} function sets the timer specified by @var{which}
2861 If @var{old} is not a null pointer, @code{setitimer} returns information
2880 The return value and error conditions are the same as for @code{setitimer}.
2887 @code{setitimer} and @code{getitimer} functions to specify the real-time
2893 @code{setitimer} and @code{getitimer} functions to specify the virtual
2899 @code{setitimer} and @code{getitimer} functions to specify the profiling
[all …]
/glibc-2.36/malloc/
Dmemusage.c321 setitimer (ITIMER_PROF, &timer, NULL); in me()
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-alpha541 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Remove file.
546 (getrusage, gettimeofday, select, setitimer): New.
757 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
DChangeLog.5787 * sysdeps/mach/hurd/setitimer.c (timer_thread): Supply SIGCODE
2640 * sysdeps/mach/hurd/setitimer.c (restart_itimer): Likewise.
5247 * sysdeps/unix/common/setitimer.S: File removed.
5605 * sysdeps/mach/hurd/setitimer.c: Code rearranged a bit to use new
8593 * sysdeps/mach/hurd/setitimer.c (fork_itimer): Add self reference
9976 * sysdeps/mach/hurd/setitimer.c (timer_thread): Call
9991 * sysdeps/stub/setitmr.c: Renamed to setitimer.c.
9992 * sysdeps/unix/common/setitmr.S: Renamed to setitimer.S.
9993 * sysdeps/mach/hurd/setitmr.c: Renamed to setitimer.c.
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist1722 GLIBC_2.35 setitimer F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist1743 GLIBC_2.36 setitimer F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist1753 GLIBC_2.33 setitimer F

1234