Searched refs:Queue (Results 1 – 6 of 6) sorted by relevance
71 ULONG posix_arrange_msg(TX_QUEUE *Queue, ULONG *pMsgPrio) in posix_arrange_msg() argument89 q_read = Queue -> tx_queue_read; in posix_arrange_msg()92 numMsgs = Queue -> tx_queue_enqueued; in posix_arrange_msg()156 if (q_read >= Queue -> tx_queue_end) in posix_arrange_msg()159 q_read = Queue -> tx_queue_start; in posix_arrange_msg()173 q_read = Queue -> tx_queue_read; in posix_arrange_msg()
76 TX_QUEUE * Queue; in mq_close() local80 Queue = &(mqdes->f_data->queue); in mq_close()81 q_ptr = (POSIX_MSG_QUEUE * )Queue; in mq_close()
82 TX_QUEUE * Queue; in mq_receive() local93 Queue = &(mqdes->f_data->queue); in mq_receive()156 temp1 = posix_arrange_msg( Queue, pMsgPrio ); in mq_receive()158 temp1 = tx_queue_receive(Queue, msgbuf1, wait_option); in mq_receive()
84 TX_QUEUE *Queue; in mq_send() local95 Queue = &(mqdes->f_data->queue); in mq_send()209 temp1 = tx_queue_send(Queue, msg, TX_WAIT_FOREVER); in mq_send()
142 ULONG posix_arrange_msg( TX_QUEUE * Queue, ULONG * pMsgPrio );
137 - Queue Sets238 ## Queue section in FreeRTOS adaptation layer266 ## Queue Sets267 Queue sets are implemented with support for adding queues, semaphores and mutexes to a set. Due to …