Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_debug_entry_insert.c84 ULONG _tx_thread_smp_debug_info_current_index; variable
145 while (_tx_thread_smp_debug_info_current_index >= TX_THREAD_SMP_MAX_DEBUG_ENTRIES) in _tx_thread_smp_debug_entry_insert()
156 entry_ptr = &_tx_thread_smp_debug_info_array[_tx_thread_smp_debug_info_current_index++]; in _tx_thread_smp_debug_entry_insert()
159 if (_tx_thread_smp_debug_info_current_index >= TX_THREAD_SMP_MAX_DEBUG_ENTRIES) in _tx_thread_smp_debug_entry_insert()
163 _tx_thread_smp_debug_info_current_index = 0; in _tx_thread_smp_debug_entry_insert()