Home
last modified time | relevance | path

Searched refs:_tx_semaphore_get (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtxe_semaphore_get.c143 status = _tx_semaphore_get(semaphore_ptr, wait_option); in _txe_semaphore_get()
Dtx_semaphore_get.c75 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() function
/ThreadX-v6.4.1/common_smp/src/
Dtxe_semaphore_get.c143 status = _tx_semaphore_get(semaphore_ptr, wait_option); in _txe_semaphore_get()
Dtx_semaphore_get.c75 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() function
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c1109 status = _tx_semaphore_get(&fake_semaphore, TX_WAIT_FOREVER); in tx_application_define()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1262 #define tx_semaphore_get _tx_semaphore_get
1745 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1182 #define tx_semaphore_get _tx_semaphore_get
1706 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c1235 status = _tx_semaphore_get(&fake_semaphore, TX_WAIT_FOREVER); in tx_application_define()