Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_semaphore_put_notify.c80 TX_SEMAPHORE_NOT_USED(semaphore_ptr); in _tx_semaphore_put_notify()
/ThreadX-v6.3.0/common_smp/src/
Dtx_semaphore_put_notify.c80 TX_SEMAPHORE_NOT_USED(semaphore_ptr); in _tx_semaphore_put_notify()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h2020 #define TX_SEMAPHORE_NOT_USED(a) _tx_misra_semaphore_not_used((a)) macro
2094 #ifndef TX_SEMAPHORE_NOT_USED
2095 #define TX_SEMAPHORE_NOT_USED(a) ((void)(a)) macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h2027 #define TX_SEMAPHORE_NOT_USED(a) _tx_misra_semaphore_not_used((a)) macro
2101 #ifndef TX_SEMAPHORE_NOT_USED
2102 #define TX_SEMAPHORE_NOT_USED(a) ((void)(a)) macro