Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common/src/
Dtx_queue_send_notify.c80 TX_QUEUE_NOT_USED(queue_ptr); in _tx_queue_send_notify()
/ThreadX-v6.2.1/common_smp/src/
Dtx_queue_send_notify.c80 TX_QUEUE_NOT_USED(queue_ptr); in _tx_queue_send_notify()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1989 #define TX_QUEUE_NOT_USED(a) _tx_misra_queue_not_used((a)) macro
2059 #ifndef TX_QUEUE_NOT_USED
2060 #define TX_QUEUE_NOT_USED(a) ((void)(a)) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1996 #define TX_QUEUE_NOT_USED(a) _tx_misra_queue_not_used((a)) macro
2066 #ifndef TX_QUEUE_NOT_USED
2067 #define TX_QUEUE_NOT_USED(a) ((void)(a)) macro