Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_system_return.c95 _tx_linux_debug_entry_insert("SYSTEM_RETURN", __FILE__, __LINE__); in _tx_thread_system_return()
146 _tx_linux_debug_entry_insert("SYSTEM_RETURN-release_sem", __FILE__, __LINE__); in _tx_thread_system_return()
173 _tx_linux_debug_entry_insert("SYSTEM_RETURN-wake_up", __FILE__, __LINE__); in _tx_thread_system_return()
205 _tx_linux_debug_entry_insert("SYSTEM_RETURN-finish", __FILE__, __LINE__); in _tx_thread_system_return()
Dtx_thread_context_save.c80 _tx_linux_debug_entry_insert("CONTEXT_SAVE", __FILE__, __LINE__); in _tx_thread_context_save()
91 _tx_linux_debug_entry_insert("CONTEXT_SAVE-suspend_thread", __FILE__, __LINE__); in _tx_thread_context_save()
Dtx_thread_schedule.c154 _tx_linux_debug_entry_insert("SCHEDULE-resume_thread", __FILE__, __LINE__); in _tx_thread_schedule()
164 _tx_linux_debug_entry_insert("SCHEDULE-release_sem", __FILE__, __LINE__); in _tx_thread_schedule()
199 _tx_linux_debug_entry_insert("SCHEDULE-self_suspend_sem", __FILE__, __LINE__); in _tx_thread_schedule()
205 _tx_linux_debug_entry_insert("SCHEDULE-wake_up", __FILE__, __LINE__); in _tx_thread_schedule()
Dtx_timer_interrupt.c83 _tx_linux_debug_entry_insert("TIMER INTERRUPT", __FILE__, __LINE__); in _tx_timer_interrupt()
Dtx_thread_context_restore.c85 _tx_linux_debug_entry_insert("CONTEXT_RESTORE", __FILE__, __LINE__); in _tx_thread_context_restore()
Dtx_initialize_low_level.c112 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line) in _tx_linux_debug_entry_insert() function
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_smp_unprotect.c117 _tx_linux_debug_entry_insert("UNPROTECT-keep", __FILE__, __LINE__); in _tx_thread_smp_unprotect()
123 _tx_linux_debug_entry_insert("UNPROTECT-released", __FILE__, __LINE__); in _tx_thread_smp_unprotect()
130 _tx_linux_debug_entry_insert("UNPROTECT-nested", __FILE__, __LINE__); in _tx_thread_smp_unprotect()
Dtx_thread_system_return.c102 _tx_linux_debug_entry_insert("SYSTEM_RETURN", __FILE__, __LINE__); in _tx_thread_system_return()
151 _tx_linux_debug_entry_insert("SYSTEM_RETURN-release_sem", __FILE__, __LINE__); in _tx_thread_system_return()
205 _tx_linux_debug_entry_insert("SYSTEM_RETURN-wake_up", __FILE__, __LINE__); in _tx_thread_system_return()
232 _tx_linux_debug_entry_insert("SYSTEM_RETURN-finish", __FILE__, __LINE__); in _tx_thread_system_return()
Dtx_thread_context_save.c99 _tx_linux_debug_entry_insert("CONTEXT_SAVE", __FILE__, __LINE__); in _tx_thread_context_save()
115 _tx_linux_debug_entry_insert("CONTEXT_SAVE-suspend_thread", __FILE__, __LINE__); in _tx_thread_context_save()
Dtx_thread_smp_protect.c162_tx_linux_debug_entry_insert("SCHEDULE-thread_terminate_preempt_complete", __FILE__, __LINE__); in _tx_thread_smp_protect()
213 _tx_linux_debug_entry_insert("PROTECT-obtained-nested", __FILE__, __LINE__); in _tx_thread_smp_protect()
233 _tx_linux_debug_entry_insert("PROTECT-obtained", __FILE__, __LINE__); in _tx_thread_smp_protect()
Dtx_thread_schedule.c107 _tx_linux_debug_entry_insert("SCHEDULE-wake_up", __FILE__, __LINE__); in _tx_thread_schedule()
160 _tx_linux_debug_entry_insert("SCHEDULE-core_preempt_complete", __FILE__, __LINE__); in _tx_thread_schedule()
206 _tx_linux_debug_entry_insert("SCHEDULE-resume_thread", __FILE__, __LINE__); in _tx_thread_schedule()
219 _tx_linux_debug_entry_insert("SCHEDULE-release_sem", __FILE__, __LINE__); in _tx_thread_schedule()
274 _tx_linux_debug_entry_insert("SCHEDULE-self_suspend_sem", __FILE__, __LINE__); in _tx_thread_schedule()
Dtx_thread_interrupt_control.c114 _tx_linux_debug_entry_insert("RESTORE", __FILE__, __LINE__); in _tx_thread_interrupt_control()
120 _tx_linux_debug_entry_insert("DISABLE", __FILE__, __LINE__); in _tx_thread_interrupt_control()
Dtx_thread_smp_core_preempt.c98 _tx_linux_debug_entry_insert("CORE_PREEMPT_deferred", __FILE__, __LINE__); in _tx_thread_smp_core_preempt()
Dtx_timer_interrupt.c90 _tx_linux_debug_entry_insert("TIMER INTERRUPT", __FILE__, __LINE__); in _tx_timer_interrupt()
Dtx_thread_context_restore.c90 _tx_linux_debug_entry_insert("CONTEXT_RESTORE", __FILE__, __LINE__); in _tx_thread_context_restore()
Dtx_initialize_low_level.c117 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line) in _tx_linux_debug_entry_insert() function
/ThreadX-v6.3.0/ports/linux/gnu/inc/
Dtx_port.h262 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line);
268 #define _tx_linux_debug_entry_insert(a, b, c) macro
513 #define TX_DISABLE _tx_linux_debug_entry_insert("DISABLE", __FILE__, __LIN…
516 #define TX_RESTORE _tx_linux_debug_entry_insert("RESTORE", __FILE__, __LIN…
/ThreadX-v6.3.0/ports_smp/linux/gnu/inc/
Dtx_port.h315 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line);
321 #define _tx_linux_debug_entry_insert(a, b, c) macro