Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_semaphore_put_notify.c80 TX_SEMAPHORE_NOT_USED(semaphore_ptr); in _tx_semaphore_put_notify()
/ThreadX-v6.2.1/common/src/
Dtx_semaphore_put_notify.c80 TX_SEMAPHORE_NOT_USED(semaphore_ptr); in _tx_semaphore_put_notify()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1991 #define TX_SEMAPHORE_NOT_USED(a) _tx_misra_semaphore_not_used((a)) macro
2065 #ifndef TX_SEMAPHORE_NOT_USED
2066 #define TX_SEMAPHORE_NOT_USED(a) ((void)(a)) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1998 #define TX_SEMAPHORE_NOT_USED(a) _tx_misra_semaphore_not_used((a)) macro
2072 #ifndef TX_SEMAPHORE_NOT_USED
2073 #define TX_SEMAPHORE_NOT_USED(a) ((void)(a)) macro