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.3.0/common_smp/src/
Dtx_thread_smp_debug_entry_insert.c85 ULONG _tx_thread_smp_debug_info_current_index; variable
146 while (_tx_thread_smp_debug_info_current_index >= TX_THREAD_SMP_MAX_DEBUG_ENTRIES) in _tx_thread_smp_debug_entry_insert()
157 entry_ptr = &_tx_thread_smp_debug_info_array[_tx_thread_smp_debug_info_current_index++]; in _tx_thread_smp_debug_entry_insert()
160 if (_tx_thread_smp_debug_info_current_index >= TX_THREAD_SMP_MAX_DEBUG_ENTRIES) in _tx_thread_smp_debug_entry_insert()
164 _tx_thread_smp_debug_info_current_index = 0; in _tx_thread_smp_debug_entry_insert()