Home
last modified time | relevance | path

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 Dcompat-timer.h32 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 Dtimer_settime.c30 const struct itimerspec *value,
31 struct itimerspec *ovalue);
46 const struct itimerspec *value, in timer_settime()
47 struct itimerspec *ovalue) in timer_settime()
A Dtimer_gettime.c29 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 Dtimerfd.c24 …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 Dtimerfd.h44 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 Dtst-timer.c69 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 Dtimer_settime.c31 const struct itimerspec *value;
32 struct itimerspec *ovalue;
A Dtimer_gettime.c30 struct itimerspec *value;
A Dposix-timer.h56 struct itimerspec value;
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/
A Dtimer_settime.c19 int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, in timer_settime()
20 struct itimerspec *ovalue) in timer_settime()
A Dtimer_gettime.c19 int timer_gettime(timer_t timerid, struct itimerspec *value) in timer_gettime()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dtime.h162 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 Dtimer_settime.c31 const struct itimerspec *value;
32 struct itimerspec *ovalue;
A Dtimer_gettime.c30 struct itimerspec *value;
A Dposix-timer.h56 struct itimerspec value;
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-timer4.c49 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 Dtst-timer2.c24 struct itimerspec itval; in do_test()
A Dtst-timer3.c36 struct itimerspec itval; in do_test()
/l4re-core-master/libc_backends/lib/misc/
A Dmisc.c106 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 Dtst-timerfd.c26 struct itimerspec s; in do_test()

Completed in 46 milliseconds