OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mq_unlink
(Results
126 - 150
of
187
) sorted by null
1
2
3
4
5
6
7
8
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
7-1.c
92
if (
mq_unlink
(qname) != 0) {
93
perror("
mq_unlink
() did not return success");
8-1.c
72
if (
mq_unlink
(qname) != 0) {
73
perror("
mq_unlink
() did not return success");
9-1.c
82
if (
mq_unlink
(qname) != 0) {
83
perror("
mq_unlink
() did not return success");
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
mqueue.h
60
extern int
mq_unlink
(__const char *__name) __THROW __nonnull ((1));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
mqueue.h
60
extern int
mq_unlink
(__const char *__name) __THROW __nonnull ((1));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
2-1.c
10
*
mq_unlink
() test plan:
19
* 4. Parent want to
mq_unlink
the mq, since Child does not close the mq,
20
*
mq_unlink
will postpone. At this time, if using mq_open to create
42
#define FUNCTION "
mq_unlink
"
116
if (
mq_unlink
(mqname) == 0) {
124
if (
mq_unlink
(mqname) != 0) {
125
printf(ERROR_PREFIX "
mq_unlink
(2)");
134
printf(ERROR_PREFIX "
mq_unlink
\n");
2-2.c
10
*
mq_unlink
() test plan:
19
* 4. Parent
mq_unlink
the mq and tell Child to close this mq.
39
#define FUNCTION "
mq_unlink
"
111
if (
mq_unlink
(mqname) == 0) {
123
if (
mq_unlink
(mqname) != 0) {
124
perror(ERROR_PREFIX "
mq_unlink
(2)");
136
printf(ERROR_PREFIX "
mq_unlink
\n");
/external/ltp/testcases/open_posix_testsuite/stress/mqueues/
multi_send_rev_1.c
135
mq_unlink
(MQ_NAME[i]);
136
mq_unlink
(MQ_NAME[i]);
multi_send_rev_2.c
120
mq_unlink
(MQ_NAME);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
1-1.c
96
if (
mq_unlink
(mqname) != 0) {
97
perror(ERROR_PREFIX "
mq_unlink
");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
12-1.c
115
if (
mq_unlink
(gqname) != 0) {
116
perror("
mq_unlink
()");
5-1.c
55
mq_unlink
(gqname);
3-1.c
145
if (
mq_unlink
(qname) != 0) {
146
perror("
mq_unlink
() did not return success");
3-2.c
152
if (
mq_unlink
(qname) != 0) {
153
perror("
mq_unlink
() did not return success");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
1-1.c
102
if (
mq_unlink
(mqname) != 0) {
103
perror(ERROR_PREFIX "
mq_unlink
");
11-1.c
89
if (
mq_unlink
(mqname) != 0) {
90
perror(ERROR_PREFIX "
mq_unlink
");
18-1.c
90
if (
mq_unlink
(mqname) != 0) {
91
perror(ERROR_PREFIX "
mq_unlink
");
18-2.c
92
if (
mq_unlink
(mqname) != 0) {
93
perror(ERROR_PREFIX "
mq_unlink
");
5-2.c
91
if (
mq_unlink
(mqname) != 0) {
92
perror(ERROR_PREFIX "
mq_unlink
");
5-3.c
91
if (
mq_unlink
(mqname) != 0) {
92
perror("
mq_unlink
() did not return success");
8-1.c
100
if (
mq_unlink
(mqname) != 0) {
101
perror(ERROR_PREFIX "
mq_unlink
");
/external/ltp/testcases/open_posix_testsuite/functional/mqueues/
send_rev_1.c
99
(void)
mq_unlink
(MQ_NAME);
/external/ltp/testcases/kernel/syscalls/mq_open/
mq_open01.c
276
TEST(
mq_unlink
(QUEUE_NAME));
382
TEST(
mq_unlink
(QUEUE_NAME));
384
TEST(
mq_unlink
(tc->qname));
/external/linux-kselftest/tools/testing/selftests/mqueue/
mq_open_tests.c
95
mq_unlink
(queue_path);
209
if (
mq_unlink
(queue_path))
210
shutdown(1, "
mq_unlink
()", __LINE__);
231
if (
mq_unlink
(queue_path))
232
shutdown(1, "
mq_unlink
()", __LINE__);
/external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify01.c
183
mq_unlink
(QUEUE_NAME);
281
mq_unlink
(QUEUE_NAME);
Completed in 1321 milliseconds
1
2
3
4
5
6
7
8