Searched refs:_tx_semaphore_get (Results 1 – 8 of 8) sorted by relevance
143 status = _tx_semaphore_get(semaphore_ptr, wait_option); in _txe_semaphore_get()
75 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() function
1109 status = _tx_semaphore_get(&fake_semaphore, TX_WAIT_FOREVER); in tx_application_define()
1262 #define tx_semaphore_get _tx_semaphore_get1745 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1182 #define tx_semaphore_get _tx_semaphore_get1706 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1235 status = _tx_semaphore_get(&fake_semaphore, TX_WAIT_FOREVER); in tx_application_define()