Searched refs:Queue (Results 1 – 6 of 6) sorted by relevance
70 ULONG posix_arrange_msg(TX_QUEUE *Queue, ULONG *pMsgPrio) in posix_arrange_msg() argument88 q_read = Queue -> tx_queue_read; in posix_arrange_msg()91 numMsgs = Queue -> tx_queue_enqueued; in posix_arrange_msg()155 if (q_read >= Queue -> tx_queue_end) in posix_arrange_msg()158 q_read = Queue -> tx_queue_start; in posix_arrange_msg()172 q_read = Queue -> tx_queue_read; in posix_arrange_msg()
75 TX_QUEUE * Queue; in mq_close() local79 Queue = &(mqdes->f_data->queue); in mq_close()80 q_ptr = (POSIX_MSG_QUEUE * )Queue; in mq_close()
81 TX_QUEUE * Queue; in mq_receive() local92 Queue = &(mqdes->f_data->queue); in mq_receive()155 temp1 = posix_arrange_msg( Queue, pMsgPrio ); in mq_receive()157 temp1 = tx_queue_receive(Queue, msgbuf1, wait_option); in mq_receive()
83 TX_QUEUE *Queue; in mq_send() local94 Queue = &(mqdes->f_data->queue); in mq_send()208 temp1 = tx_queue_send(Queue, msg, TX_WAIT_FOREVER); in mq_send()
141 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 …