OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_mq_timedsend
(Results
1 - 25
of
125
) sorted by null
1
2
3
4
5
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
324
#define
__NR_mq_timedsend
242
unistd_x32.h
286
#define
__NR_mq_timedsend
(__X32_SYSCALL_BIT + 242)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
324
#define
__NR_mq_timedsend
242
unistd_x32.h
289
#define
__NR_mq_timedsend
(__X32_SYSCALL_BIT + 242)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
324
#define
__NR_mq_timedsend
242
unistd_x32.h
289
#define
__NR_mq_timedsend
(__X32_SYSCALL_BIT + 242)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
246
#define
__NR_mq_timedsend
242
unistd_x32.h
216
#define
__NR_mq_timedsend
(__X32_SYSCALL_BIT + 242)
/external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h
738
#if !defined(
__NR_mq_timedsend
)
739
#define
__NR_mq_timedsend
182
mips64_linux_syscalls.h
944
#if !defined(
__NR_mq_timedsend
)
945
#define
__NR_mq_timedsend
(__NR_Linux + 232)
x86_64_linux_syscalls.h
981
#if !defined(
__NR_mq_timedsend
)
982
#define
__NR_mq_timedsend
242
/external/valgrind/include/vki/
vki-scnums-amd64-linux.h
326
#define
__NR_mq_timedsend
242
vki-scnums-arm64-linux.h
227
#define
__NR_mq_timedsend
182
vki-scnums-mips64-linux.h
271
#define
__NR_mq_timedsend
(__NR_Linux + 232)
vki-scnums-s390x-linux.h
242
#define
__NR_mq_timedsend
273
vki-scnums-tilegx-linux.h
317
#define
__NR_mq_timedsend
182
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h
549
#define
__NR_mq_timedsend
242
550
__SYSCALL(
__NR_mq_timedsend
, sys_mq_timedsend)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h
482
#define
__NR_mq_timedsend
182
483
__SYSCALL(
__NR_mq_timedsend
, sys_mq_timedsend)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h
511
#define
__NR_mq_timedsend
182
512
__SC_COMP(
__NR_mq_timedsend
, sys_mq_timedsend, compat_sys_mq_timedsend)
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h
324
#define
__NR_mq_timedsend
242
unistd_x32.h
289
#define
__NR_mq_timedsend
(__X32_SYSCALL_BIT + 242)
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h
324
#define
__NR_mq_timedsend
242
unistd_x32.h
289
#define
__NR_mq_timedsend
(__X32_SYSCALL_BIT + 242)
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h
324
#define
__NR_mq_timedsend
242
unistd_x32.h
289
#define
__NR_mq_timedsend
(__X32_SYSCALL_BIT + 242)
Completed in 88 milliseconds
1
2
3
4
5