Searched refs:posix_q (Results 1 – 1 of 1) sorted by relevance
86 POSIX_MSG_QUEUE *posix_q; in posix_mq_create() local108 posix_q = posix_get_new_queue(msgq_attr->mq_maxmsg); in posix_mq_create() local111 if (!posix_q) in posix_mq_create()126 temp1 = tx_queue_create((&(posix_q->queue)), in posix_mq_create()129 posix_q->storage, in posix_mq_create()145 posix_q->q_attr.mq_maxmsg = msgq_attr->mq_maxmsg; in posix_mq_create()148 posix_q->q_attr.mq_msgsize = msgq_attr->mq_msgsize; in posix_mq_create()175 TheQ = (TX_QUEUE * )posix_q; in posix_mq_create()202 retval = tx_byte_pool_create((&(posix_q->vq_message_area)), "POSIX Queue", in posix_mq_create()218 posix_q->name = (CHAR*) mq_name; in posix_mq_create()[all …]