Home
last modified time | relevance | path

Searched refs:_txe_semaphore_put_notify (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_semaphore_put_notify.c68 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _txe_semaphore_put_notify() function
/ThreadX-v6.4.1/common_smp/src/
Dtxe_semaphore_put_notify.c74 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify() function
/ThreadX-v6.4.1/common/src/
Dtxe_semaphore_put_notify.c74 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1513 #define tx_semaphore_put_notify _txe_semaphore_put_notify
1769 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1422 #define tx_semaphore_put_notify _txe_semaphore_put_notify
1730 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1989 return_value = (ALIGN_TYPE) _txe_semaphore_put_notify( in _txm_module_manager_tx_semaphore_put_notify_dispatch()