Searched defs:timerfd_create (Results 1 – 8 of 8) sorted by relevance
13 pub fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() function
19 static inline int timerfd_create(int clockid, int flags) in timerfd_create() function
7 int timerfd_create(int clockid, int flags) in timerfd_create() function
70 pub(crate) fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() function
237 pub(crate) fn timerfd_create(id: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create() function
3207 pub fn timerfd_create(clock: ::clockid_t, flags: ::c_int) -> ::c_int; in timerfd_create() function
3986 pub fn timerfd_create(clockid: ::c_int, flags: ::c_int) -> ::c_int; in timerfd_create() function
4003 pub fn timerfd_create(clockid: ::clockid_t, flags: ::c_int) -> ::c_int; in timerfd_create() function