Home
last modified time | relevance | path

Searched refs:itimerval (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/tests/headers/posix/
H A Dsys_time_h.c38 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()
/aosp12/system/memory/libmemunreachable/
H A DScopedAlarm.h38 itimerval t = itimerval{}; in ScopedAlarm()
44 itimerval t = itimerval{}; in ~ScopedAlarm()
/aosp12/bionic/libc/include/sys/
H A Dtime.h44 int getitimer(int __which, struct itimerval* __current_value);
45 int setitimer(int __which, const struct itimerval* __new_value, struct itimerval* __old_value);
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dalarm.c37 struct itimerval it, oitv; in alarm()
38 struct itimerval *itp = ⁢ in alarm()
/aosp12/system/memory/libmemunreachable/tests/
H A DDisableMalloc_test.cpp33 itimerval t = itimerval(); in alarm()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dtime.h38 struct itimerval { struct
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Doslo_data_injection_test.c85 struct itimerval tv; in frame_sync_timer_enable()
/aosp12/bionic/libc/
H A DSYSCALLS.TXT222 int getitimer(int, struct itimerval*) all
223 int setitimer(int, const struct itimerval*, struct itimerval*) all