Searched refs:mq_list (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c158 static mqdes_t **mq_list = NULL; variable
168 if (mq_list == NULL) {
176 if (mq_list != NULL) {
182 mq_list = tp;
191 tmqdp = mq_list[ind];
196 mq_list[ind] = mqdp;
213 if (mq_list[ind] == mqdp)
214 mq_list[ind] = mqdp->mqd_next;
224 if (mq_list == NULL) {
228 for (tp = mq_list[MQDES_HAS
[all...]

Completed in 22 milliseconds