Home
last modified time | relevance | path

Searched refs:tx_thread_smp_core_control (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c156 current_thread -> tx_thread_smp_core_control = 1; in _tx_thread_schedule()
172 if ((execute_thread) && (execute_thread -> tx_thread_smp_core_control)) in _tx_thread_schedule()
189 execute_thread -> tx_thread_smp_core_control = 0; in _tx_thread_schedule()
Dtx_thread_context_restore.c132 current_thread -> tx_thread_smp_core_control = 1; in _tx_thread_context_restore()
Dtx_thread_stack_build.c135 thread_ptr -> tx_thread_smp_core_control = 1; in _tx_thread_stack_build()
Dtx_thread_smp_protect.c158 current_thread -> tx_thread_smp_core_control = 1; in _tx_thread_smp_protect()
Dtx_thread_system_return.c168 temp_thread_ptr -> tx_thread_smp_core_control = 1; in _tx_thread_system_return()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_debug_entry_insert.c182 …e_control = (entry_ptr -> tx_thread_smp_debug_entry_current_thread) -> tx_thread_smp_core_control; in _tx_thread_smp_debug_entry_insert()
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_port.h97 #define tx_thread_smp_core_control tx_thread_mips32_vpe_control macro
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h565 ULONG tx_thread_smp_core_control; member