Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/arch-mips/
Dsyscall.c529 #ifdef __NR_timerfd_settime_portable in WRAP()
530 case __NR_timerfd_settime_portable: native_number = __NR_timerfd_settime; break; in WRAP()
/development/ndk/sources/android/libportable/common/include/asm/
Dunistd-portable.h353 #define __NR_timerfd_settime_portable (__NR_SYSCALL_BASE_portable+353) macro