Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_semaphore_put_notify.c69 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _txe_semaphore_put_notify() function
/ThreadX-v6.3.0/common/src/
Dtxe_semaphore_put_notify.c75 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify() function
/ThreadX-v6.3.0/common_smp/src/
Dtxe_semaphore_put_notify.c75 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify() function
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1508 #define tx_semaphore_put_notify _txe_semaphore_put_notify
1764 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1417 #define tx_semaphore_put_notify _txe_semaphore_put_notify
1725 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1990 return_value = (ALIGN_TYPE) _txe_semaphore_put_notify( in _txm_module_manager_tx_semaphore_put_notify_dispatch()