Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_system_return.c94 _tx_linux_debug_entry_insert("SYSTEM_RETURN", __FILE__, __LINE__); in _tx_thread_system_return()
145 _tx_linux_debug_entry_insert("SYSTEM_RETURN-release_sem", __FILE__, __LINE__); in _tx_thread_system_return()
172 _tx_linux_debug_entry_insert("SYSTEM_RETURN-wake_up", __FILE__, __LINE__); in _tx_thread_system_return()
204 _tx_linux_debug_entry_insert("SYSTEM_RETURN-finish", __FILE__, __LINE__); in _tx_thread_system_return()
Dtx_thread_context_save.c79 _tx_linux_debug_entry_insert("CONTEXT_SAVE", __FILE__, __LINE__); in _tx_thread_context_save()
90 _tx_linux_debug_entry_insert("CONTEXT_SAVE-suspend_thread", __FILE__, __LINE__); in _tx_thread_context_save()
Dtx_thread_schedule.c153 _tx_linux_debug_entry_insert("SCHEDULE-resume_thread", __FILE__, __LINE__); in _tx_thread_schedule()
163 _tx_linux_debug_entry_insert("SCHEDULE-release_sem", __FILE__, __LINE__); in _tx_thread_schedule()
198 _tx_linux_debug_entry_insert("SCHEDULE-self_suspend_sem", __FILE__, __LINE__); in _tx_thread_schedule()
204 _tx_linux_debug_entry_insert("SCHEDULE-wake_up", __FILE__, __LINE__); in _tx_thread_schedule()
Dtx_timer_interrupt.c82 _tx_linux_debug_entry_insert("TIMER INTERRUPT", __FILE__, __LINE__); in _tx_timer_interrupt()
Dtx_thread_context_restore.c84 _tx_linux_debug_entry_insert("CONTEXT_RESTORE", __FILE__, __LINE__); in _tx_thread_context_restore()
Dtx_initialize_low_level.c111 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line) in _tx_linux_debug_entry_insert() function
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_smp_unprotect.c116 _tx_linux_debug_entry_insert("UNPROTECT-keep", __FILE__, __LINE__); in _tx_thread_smp_unprotect()
122 _tx_linux_debug_entry_insert("UNPROTECT-released", __FILE__, __LINE__); in _tx_thread_smp_unprotect()
129 _tx_linux_debug_entry_insert("UNPROTECT-nested", __FILE__, __LINE__); in _tx_thread_smp_unprotect()
Dtx_thread_system_return.c101 _tx_linux_debug_entry_insert("SYSTEM_RETURN", __FILE__, __LINE__); in _tx_thread_system_return()
150 _tx_linux_debug_entry_insert("SYSTEM_RETURN-release_sem", __FILE__, __LINE__); in _tx_thread_system_return()
204 _tx_linux_debug_entry_insert("SYSTEM_RETURN-wake_up", __FILE__, __LINE__); in _tx_thread_system_return()
231 _tx_linux_debug_entry_insert("SYSTEM_RETURN-finish", __FILE__, __LINE__); in _tx_thread_system_return()
Dtx_thread_context_save.c98 _tx_linux_debug_entry_insert("CONTEXT_SAVE", __FILE__, __LINE__); in _tx_thread_context_save()
114 _tx_linux_debug_entry_insert("CONTEXT_SAVE-suspend_thread", __FILE__, __LINE__); in _tx_thread_context_save()
Dtx_thread_smp_protect.c161_tx_linux_debug_entry_insert("SCHEDULE-thread_terminate_preempt_complete", __FILE__, __LINE__); in _tx_thread_smp_protect()
212 _tx_linux_debug_entry_insert("PROTECT-obtained-nested", __FILE__, __LINE__); in _tx_thread_smp_protect()
232 _tx_linux_debug_entry_insert("PROTECT-obtained", __FILE__, __LINE__); in _tx_thread_smp_protect()
Dtx_thread_schedule.c106 _tx_linux_debug_entry_insert("SCHEDULE-wake_up", __FILE__, __LINE__); in _tx_thread_schedule()
159 _tx_linux_debug_entry_insert("SCHEDULE-core_preempt_complete", __FILE__, __LINE__); in _tx_thread_schedule()
205 _tx_linux_debug_entry_insert("SCHEDULE-resume_thread", __FILE__, __LINE__); in _tx_thread_schedule()
218 _tx_linux_debug_entry_insert("SCHEDULE-release_sem", __FILE__, __LINE__); in _tx_thread_schedule()
273 _tx_linux_debug_entry_insert("SCHEDULE-self_suspend_sem", __FILE__, __LINE__); in _tx_thread_schedule()
Dtx_thread_interrupt_control.c113 _tx_linux_debug_entry_insert("RESTORE", __FILE__, __LINE__); in _tx_thread_interrupt_control()
119 _tx_linux_debug_entry_insert("DISABLE", __FILE__, __LINE__); in _tx_thread_interrupt_control()
Dtx_thread_smp_core_preempt.c97 _tx_linux_debug_entry_insert("CORE_PREEMPT_deferred", __FILE__, __LINE__); in _tx_thread_smp_core_preempt()
Dtx_timer_interrupt.c89 _tx_linux_debug_entry_insert("TIMER INTERRUPT", __FILE__, __LINE__); in _tx_timer_interrupt()
Dtx_thread_context_restore.c89 _tx_linux_debug_entry_insert("CONTEXT_RESTORE", __FILE__, __LINE__); in _tx_thread_context_restore()
Dtx_initialize_low_level.c116 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line) in _tx_linux_debug_entry_insert() function
/ThreadX-v6.4.1/ports/linux/gnu/inc/
Dtx_port.h261 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line);
267 #define _tx_linux_debug_entry_insert(a, b, c) macro
512 #define TX_DISABLE _tx_linux_debug_entry_insert("DISABLE", __FILE__, __LIN…
515 #define TX_RESTORE _tx_linux_debug_entry_insert("RESTORE", __FILE__, __LIN…
/ThreadX-v6.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h314 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line);
320 #define _tx_linux_debug_entry_insert(a, b, c) macro