HomeSort by relevance Sort by last modified time
    Searched defs:__NR_timer_create (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
linux-syscalls.h 156 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
214 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
257 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
linux-syscalls.h 149 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
264 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
362 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
476 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
linux-syscalls.h 156 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
214 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
257 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 152 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
206 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 152 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
206 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 152 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
206 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h 152 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
206 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 156 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
214 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
257 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h 149 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
264 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
362 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
476 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h 156 #define __NR_timer_create (__NR_SYSCALL_BASE + 257)
214 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
257 #define __NR_timer_create (__NR_SYSCALL_BASE + 259)
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 299 #define __NR_timer_create 222
unistd_x32.h 390 #define __NR_timer_create (__X32_SYSCALL_BIT + 526)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 299 #define __NR_timer_create 222
unistd_x32.h 381 #define __NR_timer_create (__X32_SYSCALL_BIT + 526)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 299 #define __NR_timer_create 222
unistd_x32.h 381 #define __NR_timer_create (__X32_SYSCALL_BIT + 526)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 226 #define __NR_timer_create 222
unistd_x32.h 299 #define __NR_timer_create (__X32_SYSCALL_BIT + 526)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 438 #if !defined(__NR_timer_create)
439 #define __NR_timer_create 107
mips64_linux_syscalls.h 880 #if !defined(__NR_timer_create)
881 #define __NR_timer_create (__NR_Linux + 216)
x86_64_linux_syscalls.h 901 #if !defined(__NR_timer_create)
902 #define __NR_timer_create 222
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 305 #define __NR_timer_create 222
vki-scnums-arm64-linux.h 152 #define __NR_timer_create 107
vki-scnums-mips64-linux.h 255 #define __NR_timer_create (__NR_Linux + 216)
vki-scnums-s390x-linux.h 224 #define __NR_timer_create 254
225 #define __NR_timer_settime (__NR_timer_create+1)
226 #define __NR_timer_gettime (__NR_timer_create+2)
227 #define __NR_timer_getoverrun (__NR_timer_create+3)
228 #define __NR_timer_delete (__NR_timer_create+4)
229 #define __NR_clock_settime (__NR_timer_create+5)
230 #define __NR_clock_gettime (__NR_timer_create+6)
231 #define __NR_clock_getres (__NR_timer_create+7)
232 #define __NR_clock_nanosleep (__NR_timer_create+8)

Completed in 1802 milliseconds

12 3 4 5 6 7