Searched refs:itimerspec (Results 1 – 20 of 20) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/ |
A D | compat-timer.h | 32 extern int __timer_gettime_new (timer_t timerid, struct itimerspec *value); 34 const struct itimerspec *value, 35 struct itimerspec *ovalue); 42 extern int __timer_gettime_old (int timerid, struct itimerspec *value); 44 const struct itimerspec *value, 45 struct itimerspec *ovalue);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | timer_settime.c | 30 const struct itimerspec *value, 31 struct itimerspec *ovalue); 46 const struct itimerspec *value, in timer_settime() 47 struct itimerspec *ovalue) in timer_settime()
|
A D | timer_gettime.c | 29 static int compat_timer_gettime (timer_t timerid, struct itimerspec *value); 43 struct itimerspec *value) in timer_gettime()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | timerfd.c | 24 …4(int,timerfd_settime, int, ufd, int, flags, const struct itimerspec *, utmr, struct itimerspec *,… 31 _syscall2(int, timerfd_gettime, int, ufd, struct itimerspec *, otmr)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/sys/ |
A D | timerfd.h | 44 const struct itimerspec *__utmr, 45 struct itimerspec *__otmr) __THROW; 48 extern int timerfd_gettime (int __ufd, struct itimerspec *__otmr) __THROW;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | tst-timer.c | 69 struct itimerspec itimer1 = { { 0, 200000000 }, { 0, 200000000 } }; in main() 70 struct itimerspec itimer2 = { { 0, 100000000 }, { 0, 500000000 } }; in main() 71 struct itimerspec itimer3 = { { 0, 150000000 }, { 0, 300000000 } }; in main() 72 struct itimerspec old; in main()
|
A D | timer_settime.c | 31 const struct itimerspec *value; 32 struct itimerspec *ovalue;
|
A D | timer_gettime.c | 30 struct itimerspec *value;
|
A D | posix-timer.h | 56 struct itimerspec value;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/ |
A D | timer_settime.c | 19 int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, in timer_settime() 20 struct itimerspec *ovalue) in timer_settime()
|
A D | timer_gettime.c | 19 int timer_gettime(timer_t timerid, struct itimerspec *value) in timer_gettime()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | time.h | 162 struct itimerspec struct 394 const struct itimerspec *__restrict __value, 395 struct itimerspec *__restrict __ovalue) __THROW; 398 extern int timer_gettime (timer_t __timerid, struct itimerspec *__value)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | timer_settime.c | 31 const struct itimerspec *value; 32 struct itimerspec *ovalue;
|
A D | timer_gettime.c | 30 struct itimerspec *value;
|
A D | posix-timer.h | 56 struct itimerspec value;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-timer4.c | 49 struct itimerspec it = { }; in thr1() 95 struct itimerspec it = { }; in thr2() 120 struct itimerspec it = { }; in sig1_handler() 144 struct itimerspec it = { }; in sig2_handler() 291 struct itimerspec it; in do_test()
|
A D | tst-timer2.c | 24 struct itimerspec itval; in do_test()
|
A D | tst-timer3.c | 36 struct itimerspec itval; in do_test()
|
/l4re-core-master/libc_backends/lib/misc/ |
A D | misc.c | 106 int timer_gettime(timer_t timer_id, struct itimerspec *setting) in timer_gettime() 116 __const struct itimerspec *__restrict __value, in timer_settime() 117 struct itimerspec *__restrict __ovalue) in timer_settime()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | tst-timerfd.c | 26 struct itimerspec s; in do_test()
|
Completed in 46 milliseconds