HomeSort by relevance Sort by last modified time
    Searched refs:mq_open (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mqueue2.h 24 /* Check that calls to mq_open with O_CREAT set have an appropriate third and fourth
26 extern mqd_t mq_open (__const char *__name, int __oflag, ...)
30 mq_open) __nonnull ((1));
32 "mq_open can be called either with 2 or 4 arguments");
34 "mq_open with O_CREAT in second argument needs 4 arguments");
37 mq_open (__const char *__name, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mqueue2.h 24 /* Check that calls to mq_open with O_CREAT set have an appropriate third and fourth
26 extern mqd_t mq_open (__const char *__name, int __oflag, ...)
30 mq_open) __nonnull ((1));
32 "mq_open can be called either with 2 or 4 arguments");
34 "mq_open with O_CREAT in second argument needs 4 arguments");
37 mq_open (__const char *__name, int __oflag, ...) function
  /external/valgrind/main/none/tests/
mq.c 27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0)
31 perror("mq_open");
35 if ((mqdr = mq_open("/valgrind-mqueue", O_RDONLY)) < 0)
37 perror("mq_open");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
mqueue.h 41 extern mqd_t mq_open (__const char *__name, int __oflag, ...)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
mqueue.h 41 extern mqd_t mq_open (__const char *__name, int __oflag, ...)
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 278 RESTRICT_SYSCALL_DEATH_TEST(mq_open);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 626 nDeferedCallMessageQueueId = mq_open(MQ_NAME_IDENTIFIER, O_CREAT|O_RDWR, 0666, &MQ_QUEUE_ATTRIBUTES);
    [all...]
  /external/ltrace/etc/
libc.so.conf 119 int mq_open(string, int, octal, addr); ; WARNING: 3rd and 4th arguments may not be there
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]

Completed in 567 milliseconds