Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports/win32/vs_2019/src/
Dtx_thread_system_return.c100 _tx_win32_debug_entry_insert("SYSTEM_RETURN", __FILE__, __LINE__); in _tx_thread_system_return()
151 _tx_win32_debug_entry_insert("SYSTEM_RETURN-release_sem", __FILE__, __LINE__); in _tx_thread_system_return()
177 _tx_win32_debug_entry_insert("SYSTEM_RETURN-wake_up", __FILE__, __LINE__); in _tx_thread_system_return()
201 _tx_win32_debug_entry_insert("SYSTEM_RETURN-finish", __FILE__, __LINE__); in _tx_thread_system_return()
Dtx_thread_schedule.c94 _tx_win32_debug_entry_insert("SCHEDULE-wake_up", __FILE__, __LINE__); in _tx_thread_schedule()
132 _tx_win32_debug_entry_insert("SCHEDULE-resume_thread", __FILE__, __LINE__); in _tx_thread_schedule()
142 _tx_win32_debug_entry_insert("SCHEDULE-release_sem", __FILE__, __LINE__); in _tx_thread_schedule()
149 _tx_win32_debug_entry_insert("SCHEDULE-self_suspend_sem", __FILE__, __LINE__); in _tx_thread_schedule()
Dtx_thread_context_save.c85 _tx_win32_debug_entry_insert("CONTEXT_SAVE", __FILE__, __LINE__); in _tx_thread_context_save()
102 _tx_win32_debug_entry_insert("CONTEXT_SAVE-suspend_thread", __FILE__, __LINE__); in _tx_thread_context_save()
Dtx_thread_interrupt_control.c116 _tx_win32_debug_entry_insert("RESTORE", __FILE__, __LINE__); in _tx_thread_interrupt_control()
121 _tx_win32_debug_entry_insert("DISABLE", __FILE__, __LINE__); in _tx_thread_interrupt_control()
Dtx_timer_interrupt.c85 _tx_win32_debug_entry_insert("TIMER INTERRUPT", __FILE__, __LINE__); in _tx_timer_interrupt()
Dtx_thread_context_restore.c84 _tx_win32_debug_entry_insert("CONTEXT_RESTORE", __FILE__, __LINE__); in _tx_thread_context_restore()
Dtx_initialize_low_level.c99 void _tx_win32_debug_entry_insert(char *action, char *file, unsigned long line) in _tx_win32_debug_entry_insert() function
/ThreadX-v6.4.1/ports/win32/vs_2019/inc/
Dtx_port.h132 void _tx_win32_debug_entry_insert(char *action, char *file, unsigned long line);
138 #define _tx_win32_debug_entry_insert(a, b, c) macro