Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_semaphore_ceiling_put.c70 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _txe_semaphore_ceiling_put() function
/ThreadX-v6.3.0/common/src/
Dtxe_semaphore_ceiling_put.c76 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _txe_semaphore_ceiling_put() function
/ThreadX-v6.3.0/common_smp/src/
Dtxe_semaphore_ceiling_put.c76 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _txe_semaphore_ceiling_put() function
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1499 #define tx_semaphore_ceiling_put _txe_semaphore_ceiling_put
1755 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1408 #define tx_semaphore_ceiling_put _txe_semaphore_ceiling_put
1716 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1679 return_value = (ALIGN_TYPE) _txe_semaphore_ceiling_put( in _txm_module_manager_tx_semaphore_ceiling_put_dispatch()