Searched refs:_tx_thread_smp_debug_entry_insert (Results 1 – 12 of 12) sorted by relevance
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_thread_smp_core_exclude.c | 120 _tx_thread_smp_debug_entry_insert(2, 0, thread_ptr); in _tx_thread_smp_core_exclude() 163 _tx_thread_smp_debug_entry_insert(3, 0, thread_ptr); in _tx_thread_smp_core_exclude() 181 _tx_thread_smp_debug_entry_insert(3, 0, thread_ptr); in _tx_thread_smp_core_exclude()
|
| D | tx_thread_resume.c | 136 _tx_thread_smp_debug_entry_insert(14, 0, thread_ptr); in _tx_thread_resume() 148 _tx_thread_smp_debug_entry_insert(15, 0, thread_ptr); in _tx_thread_resume()
|
| D | tx_thread_relinquish.c | 144 _tx_thread_smp_debug_entry_insert(0, 0, thread_ptr); in _tx_thread_relinquish() 246 _tx_thread_smp_debug_entry_insert(1, 0, next_thread); in _tx_thread_relinquish() 307 _tx_thread_smp_debug_entry_insert(1, 0, thread_ptr); in _tx_thread_relinquish() 429 _tx_thread_smp_debug_entry_insert(1, 0, thread_ptr); in _tx_thread_relinquish()
|
| D | tx_thread_preemption_change.c | 265 _tx_thread_smp_debug_entry_insert(12, 0, thread_ptr); in _tx_thread_preemption_change() 277 _tx_thread_smp_debug_entry_insert(13, 0, thread_ptr); in _tx_thread_preemption_change()
|
| D | tx_thread_time_slice.c | 159 _tx_thread_smp_debug_entry_insert(10, 0, thread_ptr); in _tx_thread_time_slice() 318 _tx_thread_smp_debug_entry_insert(11, 0, thread_ptr); in _tx_thread_time_slice()
|
| D | tx_thread_create.c | 349 _tx_thread_smp_debug_entry_insert(12, 0, thread_ptr); in _tx_thread_create() 361 _tx_thread_smp_debug_entry_insert(13, 0, thread_ptr); in _tx_thread_create()
|
| D | tx_thread_system_resume.c | 249 _tx_thread_smp_debug_entry_insert(4, 0, thread_ptr); in _tx_thread_system_resume() 417 _tx_thread_smp_debug_entry_insert(5, 0, thread_ptr); in _tx_thread_system_resume() 860 _tx_thread_smp_debug_entry_insert(5, 0, thread_ptr); in _tx_thread_system_resume()
|
| D | tx_thread_system_suspend.c | 164 _tx_thread_smp_debug_entry_insert(6, 1, thread_ptr); in _tx_thread_system_suspend() 554 _tx_thread_smp_debug_entry_insert(7, 1, thread_ptr); in _tx_thread_system_suspend() 880 _tx_thread_smp_debug_entry_insert(7, 1, thread_ptr); in _tx_thread_system_suspend()
|
| D | tx_thread_smp_debug_entry_insert.c | 128 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.4.1/ports_smp/linux/gnu/inc/ |
| D | tx_port.h | 577 void _tx_thread_smp_debug_entry_insert(ULONG id, ULONG suspend, VOID *thread… 579 #define _tx_thread_smp_debug_entry_insert(a, b, c) macro
|
| /ThreadX-v6.4.1/common_modules/module_manager/src/ |
| D | txm_module_manager_thread_create.c | 594 _tx_thread_smp_debug_entry_insert(12, 0, thread_ptr); in _txm_module_manager_thread_create() 606 _tx_thread_smp_debug_entry_insert(13, 0, thread_ptr); in _txm_module_manager_thread_create()
|
| /ThreadX-v6.4.1/common_smp/inc/ |
| D | tx_api.h | 1163 void _tx_thread_smp_debug_entry_insert(ULONG id, ULONG suspend, VOID *thread_ptr);
|