Searched refs:_tx_win32_debug_entry_insert (Results 1 – 8 of 8) sorted by relevance
/ThreadX-v6.4.1/ports/win32/vs_2019/src/ |
D | tx_thread_system_return.c | 100 _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()
|
D | tx_thread_schedule.c | 94 _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()
|
D | tx_thread_context_save.c | 85 _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()
|
D | tx_thread_interrupt_control.c | 116 _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()
|
D | tx_timer_interrupt.c | 85 _tx_win32_debug_entry_insert("TIMER INTERRUPT", __FILE__, __LINE__); in _tx_timer_interrupt()
|
D | tx_thread_context_restore.c | 84 _tx_win32_debug_entry_insert("CONTEXT_RESTORE", __FILE__, __LINE__); in _tx_thread_context_restore()
|
D | tx_initialize_low_level.c | 99 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/ |
D | tx_port.h | 132 void _tx_win32_debug_entry_insert(char *action, char *file, unsigned long line); 138 #define _tx_win32_debug_entry_insert(a, b, c) macro
|