Home
last modified time | relevance | path

Searched refs:_tx_thread_lowest_set_bit_calculate (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h547 static INLINE_DECLARE UINT _tx_thread_lowest_set_bit_calculate(ULONG map) in _tx_thread_lowest_set_bit_calculate() function
594 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = _tx_thread_lowest_set_bit_calculate((m));
1646 UINT _tx_thread_lowest_set_bit_calculate(ULONG map);
1647 #define TX_LOWEST_SET_BIT_CALCULATE(m, b) (b) = _tx_thread_lowest_set_bit_calculate((m));
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_utilities.c37 UINT _tx_thread_lowest_set_bit_calculate(ULONG map) in _tx_thread_lowest_set_bit_calculate() function