Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common/inc/
Dtx_queue.h91 #ifndef TX_QUEUE_MESSAGE_COPY
92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ macro
Dtx_api.h1959 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); macro
/ThreadX-v6.2.1/common_smp/inc/
Dtx_queue.h91 #ifndef TX_QUEUE_MESSAGE_COPY
92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ macro
Dtx_api.h1952 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); macro
/ThreadX-v6.2.1/common_smp/src/
Dtx_queue_receive.c139 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
186 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
258 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
296 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
Dtx_queue_send.c147 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
235 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
Dtx_queue_front_send.c167 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
246 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
/ThreadX-v6.2.1/common/src/
Dtx_queue_receive.c139 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
186 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
258 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
296 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
Dtx_queue_front_send.c167 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
246 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
Dtx_queue_send.c147 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
235 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()