Home
last modified time | relevance | path

Searched refs:__NR_timerfd_gettime_portable (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/arch-mips/
Dsyscall.c525 #ifdef __NR_timerfd_gettime_portable in WRAP()
526 case __NR_timerfd_gettime_portable: native_number = __NR_timerfd_gettime; break; in WRAP()
/development/ndk/sources/android/libportable/common/include/asm/
Dunistd-portable.h354 #define __NR_timerfd_gettime_portable (__NR_SYSCALL_BASE_portable+354) macro