Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_debug_entry_insert.c42 #ifndef TX_THREAD_SMP_MAX_DEBUG_ENTRIES
43 #define TX_THREAD_SMP_MAX_DEBUG_ENTRIES 100 macro
79 TX_THREAD_SMP_DEBUG_ENTRY_INFO _tx_thread_smp_debug_info_array[TX_THREAD_SMP_MAX_DEBUG_ENTRIES];
145 while (_tx_thread_smp_debug_info_current_index >= TX_THREAD_SMP_MAX_DEBUG_ENTRIES) 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()