Home
last modified time | relevance | path

Searched defs:setitimer (Results 1 – 4 of 4) sorted by relevance

/external/musl/src/signal/x32/
Dsetitimer.c4 int setitimer(int which, const struct itimerval *restrict new, struct itimerval *restrict old) in setitimer() function
/external/musl/src/signal/
Dsetitimer.c7 int setitimer(int which, const struct itimerval *restrict new, struct itimerval *restrict old) in setitimer() function
/external/strace/
Dtime.c142 SYS_FUNC(setitimer) in SYS_FUNC() argument
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs842 pub fn setitimer( in setitimer() function