Searched refs:itimerval (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | time.h | 110 struct itimerval struct 129 struct itimerval *__value) __THROW; argument 135 const struct itimerval *__restrict __new, 136 struct itimerval *__restrict __old) __THROW;
|
/l4re-core-master/libc_backends/lib/sig/lib/ |
A D | sig.cc | 42 struct itimerval current_itimerval; 55 __const struct itimerval *__restrict __new, 56 struct itimerval *__restrict __old) throw(); 503 struct itimerval *__value) L4_NOTHROW in getitimer() 520 __const struct itimerval *__restrict __new, in setitimer() 521 struct itimerval *__restrict __old) throw() in setitimer() 551 __const struct itimerval *__restrict __new, in setitimer() 552 struct itimerval *__restrict __old) L4_NOTHROW in setitimer()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | setitimer.c | 15 const struct itimerval *, new, struct itimerval *, old)
|
A D | getitimer.c | 12 _syscall2(int, getitimer, __itimer_which_t, which, struct itimerval *, value)
|
A D | alarm.c | 20 struct itimerval old, new;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | ualarm.c | 15 struct itimerval otimer; in ualarm() 16 const struct itimerval itimer = { in ualarm()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-vfork2.c | 66 struct itimerval it; in do_test()
|
A D | tst-vfork2x.c | 66 struct itimerval it; in do_test()
|
A D | tst-cancel19.c | 122 struct itimerval it; in do_test()
|
A D | tst-mqueue2.c | 157 struct itimerval it = { .it_value = { .tv_sec = 1 } }; in do_test()
|
Completed in 7 milliseconds