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

  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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, ...)
31 int __oflag, ...), mq_open)
34 "mq_open can be called either with 2 or 4 arguments");
36 "mq_open with O_CREAT in second argument needs 4 arguments");
39 __NTH (mq_open (__const char *__name, int __oflag, ...)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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, ...)
31 int __oflag, ...), mq_open)
34 "mq_open can be called either with 2 or 4 arguments");
36 "mq_open with O_CREAT in second argument needs 4 arguments");
39 __NTH (mq_open (__const char *__name, int __oflag, ...)) function

Completed in 1075 milliseconds