Searched refs:itimerval (Results 1 – 5 of 5) sorted by relevance
/bionic/tests/headers/posix/ |
D | sys_time_h.c | 38 TYPE(struct itimerval); in sys_time_h() 39 STRUCT_MEMBER(struct itimerval, struct timeval, it_interval); in sys_time_h() 40 STRUCT_MEMBER(struct itimerval, struct timeval, it_value); in sys_time_h() 65 FUNCTION(getitimer, int (*f)(int, struct itimerval*)); in sys_time_h() 71 FUNCTION(setitimer, int (*f)(int, const struct itimerval*, struct itimerval*)); in sys_time_h()
|
/bionic/libc/include/sys/ |
D | time.h | 44 int getitimer(int __which, struct itimerval* __current_value); 45 int setitimer(int __which, const struct itimerval* __new_value, struct itimerval* __old_value);
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | alarm.c | 37 struct itimerval it, oitv; in alarm() 38 struct itimerval *itp = ⁢ in alarm()
|
/bionic/libc/kernel/uapi/linux/ |
D | time.h | 38 struct itimerval { struct
|
/bionic/libc/ |
D | SYSCALLS.TXT | 221 int getitimer(int, struct itimerval*) all 222 int setitimer(int, const struct itimerval*, struct itimerval*) all
|