Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_receive.c87 VOID * msgbuf1; in mq_receive() local
145 temp1 = posix_memory_allocate((sizeof(ULONG)) * TX_POSIX_MESSAGE_SIZE, (VOID**)&msgbuf1); in mq_receive()
157 temp1 = tx_queue_receive(Queue, msgbuf1, wait_option); in mq_receive()
213 my_ptr = ( ULONG *)msgbuf1; in mq_receive()
232 retval = tx_byte_release(msgbuf1); in mq_receive()