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