Searched refs:ITIMER_REAL (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/time/ |
D | tst-itimer.c | 50 const int timers[] = { ITIMER_REAL, ITIMER_VIRTUAL, ITIMER_PROF }; in do_test() 69 if (timers[i] == ITIMER_REAL) in do_test() 93 if (timers[i] == ITIMER_REAL) in do_test() 115 if (timers[i] == ITIMER_REAL) in do_test() 140 if (timers[i] == ITIMER_REAL) in do_test() 169 TEST_COMPARE (setitimer (ITIMER_REAL, &it, NULL), 0); in do_test() 172 TEST_COMPARE (setitimer (ITIMER_REAL, &(struct itimerval) { 0 }, NULL), 0); in do_test()
|
/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/gmon/ |
D | prof-freq.c | 49 __setitimer(ITIMER_REAL, &tim, 0); in __profile_frequency() 50 __setitimer(ITIMER_REAL, 0, &tim); in __profile_frequency()
|
/glibc-2.36/time/sys/ |
D | time.h | 117 ITIMER_REAL = 0, enumerator 118 #define ITIMER_REAL ITIMER_REAL 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/sysdeps/unix/bsd/ |
D | ualarm.c | 36 if (__setitimer (ITIMER_REAL, &timer, &otimer) < 0) in ualarm()
|
/glibc-2.36/sysdeps/posix/ |
D | alarm.c | 38 if (__setitimer (ITIMER_REAL, &new, &old) < 0) in alarm()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | getitimer.c | 60 case ITIMER_REAL: in __getitimer()
|
D | setitimer.c | 353 case ITIMER_REAL: in __setitimer()
|
/glibc-2.36/conform/data/sys/ |
D | time.h-data | 18 constant ITIMER_REAL
|
/glibc-2.36/manual/ |
D | time.texi | 2859 @code{ITIMER_REAL}, @code{ITIMER_VIRTUAL}, or @code{ITIMER_PROF}. 2884 @item ITIMER_REAL 2929 if (setitimer (ITIMER_REAL, &new, &old) < 0)
|