Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/ports/win32/vs_2019/src/
Dtx_thread_system_return.c101 _tx_win32_debug_entry_insert("SYSTEM_RETURN", __FILE__, __LINE__); in _tx_thread_system_return()
152 _tx_win32_debug_entry_insert("SYSTEM_RETURN-release_sem", __FILE__, __LINE__); in _tx_thread_system_return()
178 _tx_win32_debug_entry_insert("SYSTEM_RETURN-wake_up", __FILE__, __LINE__); in _tx_thread_system_return()
202 _tx_win32_debug_entry_insert("SYSTEM_RETURN-finish", __FILE__, __LINE__); in _tx_thread_system_return()
Dtx_thread_schedule.c95 _tx_win32_debug_entry_insert("SCHEDULE-wake_up", __FILE__, __LINE__); in _tx_thread_schedule()
133 _tx_win32_debug_entry_insert("SCHEDULE-resume_thread", __FILE__, __LINE__); in _tx_thread_schedule()
143 _tx_win32_debug_entry_insert("SCHEDULE-release_sem", __FILE__, __LINE__); in _tx_thread_schedule()
150 _tx_win32_debug_entry_insert("SCHEDULE-self_suspend_sem", __FILE__, __LINE__); in _tx_thread_schedule()
Dtx_thread_context_save.c86 _tx_win32_debug_entry_insert("CONTEXT_SAVE", __FILE__, __LINE__); in _tx_thread_context_save()
103 _tx_win32_debug_entry_insert("CONTEXT_SAVE-suspend_thread", __FILE__, __LINE__); in _tx_thread_context_save()
Dtx_thread_interrupt_control.c117 _tx_win32_debug_entry_insert("RESTORE", __FILE__, __LINE__); in _tx_thread_interrupt_control()
122 _tx_win32_debug_entry_insert("DISABLE", __FILE__, __LINE__); in _tx_thread_interrupt_control()
Dtx_timer_interrupt.c86 _tx_win32_debug_entry_insert("TIMER INTERRUPT", __FILE__, __LINE__); in _tx_timer_interrupt()
Dtx_thread_context_restore.c85 _tx_win32_debug_entry_insert("CONTEXT_RESTORE", __FILE__, __LINE__); in _tx_thread_context_restore()
Dtx_initialize_low_level.c100 void _tx_win32_debug_entry_insert(char *action, char *file, unsigned long line) in _tx_win32_debug_entry_insert() function
/ThreadX-v6.2.1/ports/win32/vs_2019/inc/
Dtx_port.h133 void _tx_win32_debug_entry_insert(char *action, char *file, unsigned long line);
139 #define _tx_win32_debug_entry_insert(a, b, c) macro