Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c157 current_thread -> tx_thread_smp_core_control = 1; in _tx_thread_schedule()
173 if ((execute_thread) && (execute_thread -> tx_thread_smp_core_control)) in _tx_thread_schedule()
190 execute_thread -> tx_thread_smp_core_control = 0; in _tx_thread_schedule()
Dtx_thread_context_restore.c133 current_thread -> tx_thread_smp_core_control = 1; in _tx_thread_context_restore()
Dtx_thread_stack_build.c136 thread_ptr -> tx_thread_smp_core_control = 1; in _tx_thread_stack_build()
Dtx_thread_smp_protect.c159 current_thread -> tx_thread_smp_core_control = 1; in _tx_thread_smp_protect()
Dtx_thread_system_return.c169 temp_thread_ptr -> tx_thread_smp_core_control = 1; in _tx_thread_system_return()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_debug_entry_insert.c183 …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.3.0/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_port.h98 #define tx_thread_smp_core_control tx_thread_mips32_vpe_control macro
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h560 ULONG tx_thread_smp_core_control; member