Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtxe_semaphore_get.c144 status = _tx_semaphore_get(semaphore_ptr, wait_option); in _txe_semaphore_get()
Dtx_semaphore_get.c76 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() function
/ThreadX-v6.3.0/common_smp/src/
Dtxe_semaphore_get.c144 status = _tx_semaphore_get(semaphore_ptr, wait_option); in _txe_semaphore_get()
Dtx_semaphore_get.c76 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() function
/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c1109 status = _tx_semaphore_get(&fake_semaphore, TX_WAIT_FOREVER); in tx_application_define()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1257 #define tx_semaphore_get _tx_semaphore_get
1740 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1177 #define tx_semaphore_get _tx_semaphore_get
1701 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c1235 status = _tx_semaphore_get(&fake_semaphore, TX_WAIT_FOREVER); in tx_application_define()