Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_queue_send_notify.c79 TX_QUEUE_NOT_USED(queue_ptr); in _tx_queue_send_notify()
/ThreadX-v6.4.1/common_smp/src/
Dtx_queue_send_notify.c79 TX_QUEUE_NOT_USED(queue_ptr); in _tx_queue_send_notify()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h2023 #define TX_QUEUE_NOT_USED(a) _tx_misra_queue_not_used((a)) macro
2093 #ifndef TX_QUEUE_NOT_USED
2094 #define TX_QUEUE_NOT_USED(a) ((void)(a)) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h2030 #define TX_QUEUE_NOT_USED(a) _tx_misra_queue_not_used((a)) macro
2100 #ifndef TX_QUEUE_NOT_USED
2101 #define TX_QUEUE_NOT_USED(a) ((void)(a)) macro