/glibc-2.36/time/ |
D | tst-itimer.c | 63 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 …]
|
D | setitimer.c | 38 stub_warning (setitimer) 40 weak_alias (__setitimer, setitimer)
|
D | Versions | 37 setitimer; settimeofday; stime; strftime; strptime;
|
D | Makefile | 35 adjtime tzset tzfile getitimer setitimer \
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | setitimer.c | 31 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)
|
D | syscall-names.list | 543 setitimer
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | syscalls.list | 25 setitimer - setitimer i:ipP __setitimer setitimer@@GLIBC_2.1
|
D | osf_setitimer.c | 53 compat_symbol (libc, __setitimer_tv32, setitimer, GLIBC_2_0);
|
D | Versions | 49 setitimer; settimeofday;
|
D | libc.abilist | 1069 GLIBC_2.0 setitimer F 1703 GLIBC_2.1 setitimer F
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel19.c | 125 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/ |
D | time.h | 155 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/ |
D | tst-mqueue2.c | 160 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/ |
D | tst-vfork2.c | 69 if (setitimer (ITIMER_REAL, &it, NULL) < 0) in do_test() 94 setitimer (ITIMER_REAL, &it, NULL); in do_test()
|
/glibc-2.36/manual/examples/ |
D | swapcontext.c | 90 || setitimer (ITIMER_PROF, &it, NULL) < 0 in main()
|
/glibc-2.36/crypt/ |
D | speeds.c | 134 setitimer (ITIMER_VIRTUAL, &itv, NULL); in main()
|
/glibc-2.36/conform/data/sys/ |
D | time.h-data | 30 function int setitimer (int, const struct itimerval*, struct itimerval*)
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | setitimer.c | 386 weak_alias (__setitimer, setitimer)
|
/glibc-2.36/manual/ |
D | time.texi | 2766 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/ |
D | memusage.c | 321 setitimer (ITIMER_PROF, &timer, NULL); in me()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-alpha | 541 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Remove file. 546 (getrusage, gettimeofday, select, setitimer): New. 757 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
|
D | ChangeLog.5 | 787 * 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/ |
D | libc.abilist | 1722 GLIBC_2.35 setitimer F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1743 GLIBC_2.36 setitimer F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 1753 GLIBC_2.33 setitimer F
|