Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports/win32/vs_2019/src/
Dtx_initialize_low_level.c64 #ifndef TX_WIN32_DEBUG_EVENT_SIZE
65 #define TX_WIN32_DEBUG_EVENT_SIZE 400 macro
91 TX_WIN32_DEBUG_ENTRY _tx_win32_debug_entry_array[TX_WIN32_DEBUG_EVENT_SIZE];
132 if (_tx_win32_debug_entry_index >= TX_WIN32_DEBUG_EVENT_SIZE) in _tx_win32_debug_entry_insert()