Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_receive.c87 CHAR * this_ptr; in mq_receive() local
218 this_ptr = (CHAR *)((((ALIGN_TYPE)my_ptr[0]) << 32) | my_ptr[1]); in mq_receive()
222 this_ptr = (CHAR *)(*my_ptr); in mq_receive()
227 message_source = (VOID *)this_ptr; in mq_receive()
248 *(msgbuf2++) = *((UCHAR *)(this_ptr++)); in mq_receive()