Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_create.c81 struct mq_attr * msgq_attr) in posix_mq_create() argument
108 posix_q = posix_get_new_queue(msgq_attr->mq_maxmsg); in posix_mq_create()
130 (msgq_attr->mq_maxmsg * (sizeof(ULONG) * TX_POSIX_MESSAGE_SIZE))); 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()
156 size = ( ((msgq_attr->mq_maxmsg) + 1) * (msgq_attr->mq_msgsize + 11) ); in posix_mq_create()
Dpx_int.h135 struct mq_attr * msgq_attr);