HomeSort by relevance Sort by last modified time
    Searched refs:mqueue (Results 151 - 171 of 171) sorted by null

1 2 3 4 5 67

  /external/ltp/testcases/open_posix_testsuite/functional/mqueues/
send_rev_2.c 24 #include <mqueue.h>
  /external/ltp/testcases/open_posix_testsuite/stress/mqueues/
multi_send_rev_2.c 24 #include <mqueue.h>
multi_send_rev_1.c 24 #include <mqueue.h>
  /external/ltp/testcases/kernel/containers/pidns/
pidns30.c 20 * that has registered for notification on a posix mqueue is in a
22 * mqueue.
27 * Create a POSIX mqueue.
29 * Open that mqueue for reading
31 * message arrives in that mqueue
33 * Write something to the mqueue.
53 #include <mqueue.h>
214 /* Ask parent to send a message to the mqueue */
266 tst_resm(TINFO, "successfully created posix mqueue");
pidns31.c 20 * that has registered for notification on a posix mqueue is in an
22 * mqueue.
27 * Create a POSIX mqueue.
30 * message arrives in that mqueue
32 * Open that mqueue for writing
33 * Write something to the mqueue.
55 #include <mqueue.h>
278 tst_resm(TINFO, "parent: successfully created posix mqueue");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
2-1.c 23 #include <mqueue.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
12-1.c 24 #include <mqueue.h>
3-1.c 21 #include <mqueue.h>
3-2.c 23 #include <mqueue.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
2-1.c 31 #include <mqueue.h>
120 ("mq_open to recreate the message mqueue may fail until all references to the message queue have been closed, or until the message queue is actually removed. \n");
129 ("mq_open to recreate the message mqueue may succeed even if the references to the message queue have not been closed or the message queue is not actually removed. \n");
2-2.c 28 #include <mqueue.h>
  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify01.c 41 #include <mqueue.h>
  /external/ltp/testcases/kernel/syscalls/mq_open/
mq_open01.c 58 #include <mqueue.h>
149 #define PROC_MAX_QUEUES "/proc/sys/fs/mqueue/queues_max"
301 * Change /proc/sys/fs/mqueue/queues_max
  /external/ltp/testcases/kernel/syscalls/mq_timedreceive/
mq_timedreceive01.c 60 #include <mqueue.h>
  /external/ltp/testcases/kernel/syscalls/mq_timedsend/
mq_timedsend01.c 58 #include <mqueue.h>
  /external/ltp/testcases/kernel/syscalls/utils/
common_j_h.c 38 #include <mqueue.h>
  /external/linux-kselftest/tools/testing/selftests/mqueue/
mq_open_tests.c 33 #include <mqueue.h>
45 char *DEF_MSGS = "/proc/sys/fs/mqueue/msg_default";
46 char *DEF_MSGSIZE = "/proc/sys/fs/mqueue/msgsize_default";
47 char *MAX_MSGS = "/proc/sys/fs/mqueue/msg_max";
48 char *MAX_MSGSIZE = "/proc/sys/fs/mqueue/msgsize_max";
mq_perf_tests.c 38 #include <mqueue.h>
71 char *MAX_MSGS = "/proc/sys/fs/mqueue/msg_max";
72 char *MAX_MSGSIZE = "/proc/sys/fs/mqueue/msgsize_max";
134 "the no-mqueue work and mqueue work tests",
143 .descrip = "The name of the path to use in the mqueue "
432 printf("\n\tStarted mqueue performance test thread on CPU %d\n",
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 91 # include <sys/mqueue.h>
144 #include <mqueue.h>
    [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]
  /external/strace/
configure     [all...]

Completed in 347 milliseconds

1 2 3 4 5 67