Searched refs:_tx_thread_smp_debug_entry_insert (Results 1 – 12 of 12) sorted by relevance
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_smp_core_exclude.c | 121 _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()
|
| D | tx_thread_resume.c | 137 _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()
|
| D | tx_thread_relinquish.c | 145 _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()
|
| D | tx_thread_preemption_change.c | 266 _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()
|
| D | tx_thread_time_slice.c | 160 _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()
|
| D | tx_thread_create.c | 350 _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()
|
| D | tx_thread_system_resume.c | 250 _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()
|
| D | tx_thread_system_suspend.c | 165 _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()
|
| D | tx_thread_smp_debug_entry_insert.c | 129 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/ |
| D | tx_port.h | 578 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/ |
| D | txm_module_manager_thread_create.c | 595 _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/ |
| D | tx_api.h | 1158 void _tx_thread_smp_debug_entry_insert(ULONG id, ULONG suspend, VOID *thread_ptr);
|