Home
last modified time | relevance | path

Searched refs:_tx_thread_smp_debug_entry_insert (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_core_exclude.c121 _tx_thread_smp_debug_entry_insert(2, 0, thread_ptr); in _tx_thread_smp_core_exclude()
164 _tx_thread_smp_debug_entry_insert(3, 0, thread_ptr); in _tx_thread_smp_core_exclude()
182 _tx_thread_smp_debug_entry_insert(3, 0, thread_ptr); in _tx_thread_smp_core_exclude()
Dtx_thread_resume.c137 _tx_thread_smp_debug_entry_insert(14, 0, thread_ptr); in _tx_thread_resume()
149 _tx_thread_smp_debug_entry_insert(15, 0, thread_ptr); in _tx_thread_resume()
Dtx_thread_relinquish.c145 _tx_thread_smp_debug_entry_insert(0, 0, thread_ptr); in _tx_thread_relinquish()
247 _tx_thread_smp_debug_entry_insert(1, 0, next_thread); in _tx_thread_relinquish()
308 _tx_thread_smp_debug_entry_insert(1, 0, thread_ptr); in _tx_thread_relinquish()
430 _tx_thread_smp_debug_entry_insert(1, 0, thread_ptr); in _tx_thread_relinquish()
Dtx_thread_preemption_change.c266 _tx_thread_smp_debug_entry_insert(12, 0, thread_ptr); in _tx_thread_preemption_change()
278 _tx_thread_smp_debug_entry_insert(13, 0, thread_ptr); in _tx_thread_preemption_change()
Dtx_thread_time_slice.c160 _tx_thread_smp_debug_entry_insert(10, 0, thread_ptr); in _tx_thread_time_slice()
319 _tx_thread_smp_debug_entry_insert(11, 0, thread_ptr); in _tx_thread_time_slice()
Dtx_thread_create.c350 _tx_thread_smp_debug_entry_insert(12, 0, thread_ptr); in _tx_thread_create()
362 _tx_thread_smp_debug_entry_insert(13, 0, thread_ptr); in _tx_thread_create()
Dtx_thread_system_resume.c250 _tx_thread_smp_debug_entry_insert(4, 0, thread_ptr); in _tx_thread_system_resume()
418 _tx_thread_smp_debug_entry_insert(5, 0, thread_ptr); in _tx_thread_system_resume()
861 _tx_thread_smp_debug_entry_insert(5, 0, thread_ptr); in _tx_thread_system_resume()
Dtx_thread_system_suspend.c165 _tx_thread_smp_debug_entry_insert(6, 1, thread_ptr); in _tx_thread_system_suspend()
555 _tx_thread_smp_debug_entry_insert(7, 1, thread_ptr); in _tx_thread_system_suspend()
881 _tx_thread_smp_debug_entry_insert(7, 1, thread_ptr); in _tx_thread_system_suspend()
Dtx_thread_smp_debug_entry_insert.c129 void _tx_thread_smp_debug_entry_insert(ULONG id, ULONG suspend, VOID *thread_void_ptr) in _tx_thread_smp_debug_entry_insert() function
/ThreadX-v6.3.0/ports_smp/linux/gnu/inc/
Dtx_port.h578 void _tx_thread_smp_debug_entry_insert(ULONG id, ULONG suspend, VOID *thread…
580 #define _tx_thread_smp_debug_entry_insert(a, b, c) macro
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c595 _tx_thread_smp_debug_entry_insert(12, 0, thread_ptr); in _txm_module_manager_thread_create()
607 _tx_thread_smp_debug_entry_insert(13, 0, thread_ptr); in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1158 void _tx_thread_smp_debug_entry_insert(ULONG id, ULONG suspend, VOID *thread_ptr);