Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_smp_debug_entry_insert.c43 #ifndef TX_THREAD_SMP_MAX_DEBUG_ENTRIES
44 #define TX_THREAD_SMP_MAX_DEBUG_ENTRIES 100 macro
80 TX_THREAD_SMP_DEBUG_ENTRY_INFO _tx_thread_smp_debug_info_array[TX_THREAD_SMP_MAX_DEBUG_ENTRIES];
146 while (_tx_thread_smp_debug_info_current_index >= TX_THREAD_SMP_MAX_DEBUG_ENTRIES) 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()