Home
last modified time | relevance | path

Searched refs:__timerfd_gettime64 (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dtimerfd_gettime.c27 extern int __timerfd_gettime64(int, struct itimerspec *);
110 result = __timerfd_gettime64(fd, &val); in timerfd_gettime64_0100()
/third_party/musl/ndk_musl_include/sys/
Dtimerfd.h25 __REDIR(timerfd_gettime, __timerfd_gettime64);
/third_party/musl/include/sys/
Dtimerfd.h25 __REDIR(timerfd_gettime, __timerfd_gettime64);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimerfd.h25 __REDIR(timerfd_gettime, __timerfd_gettime64);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimerfd.h25 __REDIR(timerfd_gettime, __timerfd_gettime64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimerfd.h25 __REDIR(timerfd_gettime, __timerfd_gettime64);
/third_party/musl/libc-test/src/common/
Dtest.h86 #define __timerfd_gettime64 timerfd_gettime macro
/third_party/rust/crates/rustix/src/backend/libc/time/
Dsyscalls.rs37 weak!(fn __timerfd_gettime64(c::c_int, *mut LibcItimerspec) -> c::c_int);
364 if let Some(libc_timerfd_gettime) = __timerfd_gettime64.get() { in timerfd_gettime()
/third_party/musl/
Dlibc.map.txt249 __timerfd_gettime64;