Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_receive.c86 CHAR * this_ptr; in mq_receive() local
217 this_ptr = (CHAR *)((((ALIGN_TYPE)my_ptr[0]) << 32) | my_ptr[1]); in mq_receive()
221 this_ptr = (CHAR *)(*my_ptr); in mq_receive()
226 message_source = (VOID *)this_ptr; in mq_receive()
247 *(msgbuf2++) = *((UCHAR *)(this_ptr++)); in mq_receive()