Searched refs:q5 (Results 1 – 1 of 1) sorted by relevance
200 mqd_t q5 = mq_open (name, O_WRONLY); in thr() local201 if (q5 == (mqd_t) -1) in thr()207 if (mq_notify (q5, NULL) != 0) in thr()213 if (mq_close (q5) != 0) in thr()
Completed in 4 milliseconds