Home
last modified time | relevance | path

Searched refs:open_queue (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c40 mqd_t open_queue(char *qname, int oflag, int mode);
102 queue = open_queue(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR); in parent_process()
173 queue = open_queue(qname, O_RDWR, 0); in child_process()
204 mqd_t open_queue(char *qname, int oflag, int mode) in open_queue() function
/external/linux-kselftest/tools/testing/selftests/mqueue/
Dmq_perf_tests.c160 static inline void open_queue(struct mq_attr *attr);
287 static inline void open_queue(struct mq_attr *attr) in open_queue() function
711 open_queue(&attr); in main()