Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_semaphore_put_notify.c79 TX_SEMAPHORE_NOT_USED(semaphore_ptr); in _tx_semaphore_put_notify()
/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_put_notify.c79 TX_SEMAPHORE_NOT_USED(semaphore_ptr); in _tx_semaphore_put_notify()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h2025 #define TX_SEMAPHORE_NOT_USED(a) _tx_misra_semaphore_not_used((a)) macro
2099 #ifndef TX_SEMAPHORE_NOT_USED
2100 #define TX_SEMAPHORE_NOT_USED(a) ((void)(a)) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h2032 #define TX_SEMAPHORE_NOT_USED(a) _tx_misra_semaphore_not_used((a)) macro
2106 #ifndef TX_SEMAPHORE_NOT_USED
2107 #define TX_SEMAPHORE_NOT_USED(a) ((void)(a)) macro