HomeSort by relevance Sort by last modified time
    Searched defs:__NR_mq_notify (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 265 #define __NR_mq_notify 244
unistd_x32.h 321 #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 326 #define __NR_mq_notify 244
unistd_x32.h 382 #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 326 #define __NR_mq_notify 244
unistd_x32.h 382 #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 248 #define __NR_mq_notify 244
unistd_x32.h 304 #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 746 #if !defined(__NR_mq_notify)
747 #define __NR_mq_notify 184
mips64_linux_syscalls.h 952 #if !defined(__NR_mq_notify)
953 #define __NR_mq_notify (__NR_Linux + 234)
x86_64_linux_syscalls.h 989 #if !defined(__NR_mq_notify)
990 #define __NR_mq_notify 244
  /external/strace/
scno.h 740 #ifndef __NR_mq_notify
741 # define __NR_mq_notify (SYSCALL_BIT | 244)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 328 #define __NR_mq_notify 244
vki-scnums-arm64-linux.h 229 #define __NR_mq_notify 184
vki-scnums-mips64-linux.h 273 #define __NR_mq_notify (__NR_Linux + 234)
vki-scnums-s390x-linux.h 244 #define __NR_mq_notify 275
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 553 #define __NR_mq_notify 244
554 __SYSCALL(__NR_mq_notify, sys_mq_notify)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 486 #define __NR_mq_notify 184
487 __SYSCALL(__NR_mq_notify, sys_mq_notify)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 516 #define __NR_mq_notify 184
517 __SC_COMP(__NR_mq_notify, sys_mq_notify, compat_sys_mq_notify)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 326 #define __NR_mq_notify 244
unistd_x32.h 382 #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 326 #define __NR_mq_notify 244
unistd_x32.h 382 #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 326 #define __NR_mq_notify 244
unistd_x32.h 382 #define __NR_mq_notify (__X32_SYSCALL_BIT + 527)

Completed in 226 milliseconds

1 2 3 4 5 6 7 8