Searched refs:TX_QUEUE_MESSAGE_COPY (Results 1 – 10 of 10) sorted by relevance
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_queue.h | 91 #ifndef TX_QUEUE_MESSAGE_COPY 92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ macro
|
| D | tx_api.h | 1959 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); macro
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_queue.h | 91 #ifndef TX_QUEUE_MESSAGE_COPY 92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ macro
|
| D | tx_api.h | 1952 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); macro
|
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_queue_receive.c | 139 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()
|
| D | tx_queue_send.c | 147 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send() 235 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
|
| D | tx_queue_front_send.c | 167 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/ |
| D | tx_queue_receive.c | 139 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()
|
| D | tx_queue_front_send.c | 167 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()
|
| D | tx_queue_send.c | 147 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send() 235 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
|