Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_semaphore_put.c67 UINT _txe_semaphore_put(TX_SEMAPHORE *semaphore_ptr) in _txe_semaphore_put() function
/ThreadX-v6.2.1/common/src/
Dtxe_semaphore_put.c72 UINT _txe_semaphore_put(TX_SEMAPHORE *semaphore_ptr) in _txe_semaphore_put() function
/ThreadX-v6.2.1/common_smp/src/
Dtxe_semaphore_put.c72 UINT _txe_semaphore_put(TX_SEMAPHORE *semaphore_ptr) in _txe_semaphore_put() function
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1493 #define tx_semaphore_put _txe_semaphore_put
1749 UINT _txe_semaphore_put(TX_SEMAPHORE *semaphore_ptr);
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1402 #define tx_semaphore_put _txe_semaphore_put
1710 UINT _txe_semaphore_put(TX_SEMAPHORE *semaphore_ptr);
/ThreadX-v6.2.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1945 return_value = (ALIGN_TYPE) _txe_semaphore_put( in _txm_module_manager_tx_semaphore_put_dispatch()