Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_core_exclude.c125 mapped_core = (((ULONG) 1) << thread_ptr -> tx_thread_smp_core_mapped); in _tx_thread_smp_core_exclude()
143 thread_ptr -> tx_thread_smp_core_mapped = ((UINT) 0); in _tx_thread_smp_core_exclude()
152 thread_ptr -> tx_thread_smp_core_mapped = new_mapped_core; in _tx_thread_smp_core_exclude()
Dtx_thread_system_resume.c521 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()
602 thread_ptr -> tx_thread_smp_core_mapped = i; in _tx_thread_system_resume()
698 … if (next_thread == _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_resume()
722 … possible_cores = (((ULONG) 1) << preempt_thread -> tx_thread_smp_core_mapped); in _tx_thread_system_resume()
729 i = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()
732 thread_ptr -> tx_thread_smp_core_mapped = i; in _tx_thread_system_resume()
761 … j = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()
771 … thread_ptr -> tx_thread_smp_core_mapped = j; in _tx_thread_system_resume()
Dtx_thread_relinquish.c190 mapped_core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_relinquish()
232 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_relinquish()
239 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()
Dtx_thread_time_slice_change.c102 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_time_slice_change()
Dtx_thread_time_slice.c277 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_time_slice()
281 … next_thread -> tx_thread_smp_core_mapped = core_index; in _tx_thread_time_slice()
Dtx_thread_system_suspend.c521 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()
618 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()
716 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_suspend()
739 next_thread -> tx_thread_smp_core_mapped = i; in _tx_thread_system_suspend()
Dtx_mutex_priority_change.c160 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_mutex_priority_change()
377 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_mutex_priority_change()
Dtx_thread_smp_utilities.c669 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
776 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
792 core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
795 thread_ptr -> tx_thread_smp_core_mapped = previous_core; in _tx_thread_smp_remap_solution_find()
805 thread_ptr -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
815 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
Dtx_thread_smp_rebalance_execute_list.c331 j = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_rebalance_execute_list()
342 schedule_thread -> tx_thread_smp_core_mapped = j; in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_priority_change.c194 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_priority_change()
400 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_priority_change()
Dtx_thread_create.c193 thread_ptr -> tx_thread_smp_core_mapped = 0; in _tx_thread_create()
/ThreadX-v6.3.0/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.3.0/common_smp/inc/
Dtx_thread.h1194 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1301 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1317 core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1320 thread_ptr -> tx_thread_smp_core_mapped = previous_core; in _tx_thread_smp_remap_solution_find()
1330 thread_ptr -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
1340 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
Dtx_api.h559 UINT tx_thread_smp_core_mapped; member
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_port.h97 #define tx_thread_smp_core_mapped tx_thread_mips32_mapped_vpe macro
/ThreadX-v6.3.0/ports_smp/linux/gnu/inc/
Dtx_port.h255 … thread_ptr -> tx_thread_smp_core_mapped = TX_THREAD_SMP_MAX_CORES; \
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c394 thread_ptr -> tx_thread_smp_core_mapped = 0; in _txm_module_manager_thread_create()