Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_core_exclude.c120 _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()
Dtx_thread_resume.c136 _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()
Dtx_thread_relinquish.c144 _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()
Dtx_thread_preemption_change.c265 _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()
Dtx_thread_time_slice.c159 _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()
Dtx_thread_create.c349 _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()
Dtx_thread_system_resume.c249 _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()
Dtx_thread_system_suspend.c164 _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()
Dtx_thread_smp_debug_entry_insert.c128 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/
Dtx_port.h577 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/
Dtxm_module_manager_thread_create.c594 _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/
Dtx_api.h1163 void _tx_thread_smp_debug_entry_insert(ULONG id, ULONG suspend, VOID *thread_ptr);