Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_semaphore_ceiling_put.c69 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _txe_semaphore_ceiling_put() function
/ThreadX-v6.4.1/common/src/
Dtxe_semaphore_ceiling_put.c75 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _txe_semaphore_ceiling_put() function
/ThreadX-v6.4.1/common_smp/src/
Dtxe_semaphore_ceiling_put.c75 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _txe_semaphore_ceiling_put() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1504 #define tx_semaphore_ceiling_put _txe_semaphore_ceiling_put
1760 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1413 #define tx_semaphore_ceiling_put _txe_semaphore_ceiling_put
1721 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1678 return_value = (ALIGN_TYPE) _txe_semaphore_ceiling_put( in _txm_module_manager_tx_semaphore_ceiling_put_dispatch()