HomeSort by relevance Sort by last modified time
    Searched refs:__NR_mq_timedsend (Results 1 - 25 of 48) sorted by null

1 2

  /external/strace/tests/
mq_sendrecv.c 36 #if defined __NR_mq_open && __NR_mq_timedsend && __NR_mq_timedreceive && \
139 rc = syscall(__NR_mq_timedsend, fd, msg, msg_size, 42,
291 rc = syscall(__NR_mq_timedsend, bogus_zero, NULL, bogus_zero_size,
296 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
478 SKIP_MAIN_UNDEFINED("__NR_mq_open && __NR_mq_timedsend && "
  /external/strace/tests-m32/
mq_sendrecv.c 36 #if defined __NR_mq_open && __NR_mq_timedsend && __NR_mq_timedreceive && \
139 rc = syscall(__NR_mq_timedsend, fd, msg, msg_size, 42,
291 rc = syscall(__NR_mq_timedsend, bogus_zero, NULL, bogus_zero_size,
296 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
478 SKIP_MAIN_UNDEFINED("__NR_mq_open && __NR_mq_timedsend && "
  /external/strace/tests-mx32/
mq_sendrecv.c 36 #if defined __NR_mq_open && __NR_mq_timedsend && __NR_mq_timedreceive && \
139 rc = syscall(__NR_mq_timedsend, fd, msg, msg_size, 42,
291 rc = syscall(__NR_mq_timedsend, bogus_zero, NULL, bogus_zero_size,
296 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE, bogus_size,
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT,
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE,
478 SKIP_MAIN_UNDEFINED("__NR_mq_open && __NR_mq_timedsend && "
  /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-s390x-linux.h 242 #define __NR_mq_timedsend 273
vki-scnums-arm-linux.h 314 #define __NR_mq_timedsend 276
vki-scnums-ppc32-linux.h 309 #define __NR_mq_timedsend 264
vki-scnums-ppc64-linux.h 301 #define __NR_mq_timedsend 264
vki-scnums-x86-linux.h 316 #define __NR_mq_timedsend (__NR_mq_open+2)
  /external/minijail/linux-x86/
libsyscalls.gen.c 732 #ifdef __NR_mq_timedsend
733 { "mq_timedsend", __NR_mq_timedsend },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 223 #define __NR_mq_timedsend 182
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 297 #define __NR_mq_timedsend 279
unistd_64.h 263 #define __NR_mq_timedsend 242
unistd_x32.h 233 #define __NR_mq_timedsend (__X32_SYSCALL_BIT + 242)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 280 #define __NR_mq_timedsend 279
unistd_64.h 246 #define __NR_mq_timedsend 242
unistd_x32.h 216 #define __NR_mq_timedsend (__X32_SYSCALL_BIT + 242)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 287 #define __NR_mq_timedsend (__NR_mq_open+2)
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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 287 #define __NR_mq_timedsend (__NR_mq_open+2)
unistd_64.h 549 #define __NR_mq_timedsend 242
550 __SYSCALL(__NR_mq_timedsend, sys_mq_timedsend)
  /bionic/libc/include/bits/
glibc-syscalls.h 580 #if defined(__NR_mq_timedsend)
581 #define SYS_mq_timedsend __NR_mq_timedsend
  /external/strace/
scno.h 554 #ifndef __NR_mq_timedsend
555 # define __NR_mq_timedsend (SYSCALL_BIT | 182)
  /external/valgrind/memcheck/tests/arm64-linux/
scalar.c     [all...]

Completed in 754 milliseconds

1 2