Home
last modified time | relevance | path

Searched refs:tx_thread_smp_core_mapped (Results 1 – 19 of 19) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_core_exclude.c124 mapped_core = (((ULONG) 1) << thread_ptr -> tx_thread_smp_core_mapped); in _tx_thread_smp_core_exclude()
142 thread_ptr -> tx_thread_smp_core_mapped = ((UINT) 0); in _tx_thread_smp_core_exclude()
151 thread_ptr -> tx_thread_smp_core_mapped = new_mapped_core; in _tx_thread_smp_core_exclude()
Dtx_thread_system_resume.c520 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()
601 thread_ptr -> tx_thread_smp_core_mapped = i; in _tx_thread_system_resume()
697 … if (next_thread == _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_resume()
721 … possible_cores = (((ULONG) 1) << preempt_thread -> tx_thread_smp_core_mapped); in _tx_thread_system_resume()
728 i = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()
731 thread_ptr -> tx_thread_smp_core_mapped = i; in _tx_thread_system_resume()
760 … j = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()
770 … thread_ptr -> tx_thread_smp_core_mapped = j; in _tx_thread_system_resume()
Dtx_thread_relinquish.c189 mapped_core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_relinquish()
231 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_relinquish()
238 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()
Dtx_thread_time_slice_change.c101 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_time_slice_change()
Dtx_thread_time_slice.c276 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_time_slice()
280 … next_thread -> tx_thread_smp_core_mapped = core_index; in _tx_thread_time_slice()
Dtx_thread_system_suspend.c520 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()
617 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()
715 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_suspend()
738 next_thread -> tx_thread_smp_core_mapped = i; in _tx_thread_system_suspend()
Dtx_mutex_priority_change.c159 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_mutex_priority_change()
376 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_mutex_priority_change()
Dtx_thread_smp_utilities.c668 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
775 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
791 core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
794 thread_ptr -> tx_thread_smp_core_mapped = previous_core; in _tx_thread_smp_remap_solution_find()
804 thread_ptr -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
814 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
Dtx_thread_priority_change.c193 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_priority_change()
399 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_priority_change()
Dtx_thread_smp_rebalance_execute_list.c330 j = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_rebalance_execute_list()
341 schedule_thread -> tx_thread_smp_core_mapped = j; in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_create.c192 thread_ptr -> tx_thread_smp_core_mapped = 0; in _tx_thread_create()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_mutex_suspension_timeout_test.c119 thread_0.tx_thread_smp_core_mapped = TX_THREAD_SMP_MAX_CORES; in suspend_lowest_priority()
318 thread_0.tx_thread_smp_core_mapped = 0; in thread_0_entry()
325 thread_0.tx_thread_smp_core_mapped = 0; in thread_0_entry()
Dthreadx_thread_priority_change.c429 thread_0.tx_thread_smp_core_mapped = 0; in thread_0_entry()
Dtestcontrol.c1278 init_test_thread.tx_thread_smp_core_mapped = TX_THREAD_SMP_MAX_CORES; in tx_application_define()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1193 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1300 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1316 core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1319 thread_ptr -> tx_thread_smp_core_mapped = previous_core; in _tx_thread_smp_remap_solution_find()
1329 thread_ptr -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
1339 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
Dtx_api.h564 UINT tx_thread_smp_core_mapped; member
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_port.h96 #define tx_thread_smp_core_mapped tx_thread_mips32_mapped_vpe macro
/ThreadX-v6.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h254 … thread_ptr -> tx_thread_smp_core_mapped = TX_THREAD_SMP_MAX_CORES; \
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c393 thread_ptr -> tx_thread_smp_core_mapped = 0; in _txm_module_manager_thread_create()