Home
last modified time | relevance | path

Searched defs:timerfd_create (Results 1 – 7 of 7) sorted by relevance

/external/ltp/include/lapi/
Dtimerfd.h30 int timerfd_create(int clockid, int flags) in timerfd_create() function
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c88 int timerfd_create(int clockid, int flags) in timerfd_create() function
/external/strace/
Dtime.c324 SYS_FUNC(timerfd_create) in SYS_FUNC() argument
/external/libchrome/base/message_loop/
Dmessage_pump_android.cc43 int timerfd_create(int clockid, int flags) { in timerfd_create() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2480 pub fn timerfd_create(clock: ::clockid_t, flags: ::c_int) -> ::c_int; in timerfd_create() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3131 pub fn timerfd_create(clockid: ::c_int, flags: ::c_int) -> ::c_int; in timerfd_create() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3966 pub fn timerfd_create(clockid: ::c_int, flags: ::c_int) -> ::c_int; in timerfd_create() function