Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_receive.c88 VOID * msgbuf1; in mq_receive() local
146 temp1 = posix_memory_allocate((sizeof(ULONG)) * TX_POSIX_MESSAGE_SIZE, (VOID**)&msgbuf1); in mq_receive()
158 temp1 = tx_queue_receive(Queue, msgbuf1, wait_option); in mq_receive()
214 my_ptr = ( ULONG *)msgbuf1; in mq_receive()
233 retval = tx_byte_release(msgbuf1); in mq_receive()