Home
last modified time | relevance | path

Searched refs:_tx_thread_smp_max_cores (Results 1 – 14 of 14) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_smp_high_level_initialize.c112 if (_tx_thread_smp_max_cores == 0) in _tx_thread_smp_high_level_initialize()
116 _tx_thread_smp_max_cores = TX_THREAD_SMP_MAX_CORES; in _tx_thread_smp_high_level_initialize()
120 _tx_thread_smp_low_level_initialize(_tx_thread_smp_max_cores); in _tx_thread_smp_high_level_initialize()
Dtx_thread_smp_utilities.c192 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_clear()
237 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_clear()
282 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_setup()
365 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_setup()
441 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_available_cores_get()
518 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_possible_cores_get()
614 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_lowest_priority_get()
862 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_preemptable_threads_get()
886 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_preemptable_threads_get()
Dtx_thread_time_slice_change.c110 … if ((core_index < _tx_thread_smp_max_cores) && (thread_ptr == _tx_thread_current_ptr[core_index])) in _tx_thread_time_slice_change()
Dtx_initialize_kernel_enter.c158 for (i = ((ULONG) 1); i < _tx_thread_smp_max_cores; i++) in _tx_initialize_kernel_enter()
Dtx_thread_smp_rebalance_execute_list.c144 possible_cores = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _tx_thread_smp_rebalance_execute_list()
572 } while (i < _tx_thread_smp_max_cores); in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_system_resume.c447 while(i < _tx_thread_smp_max_cores) in _tx_thread_system_resume()
489 if (i < _tx_thread_smp_max_cores) in _tx_thread_system_resume()
693 while (i < _tx_thread_smp_max_cores) in _tx_thread_system_resume()
Dtx_thread_smp_debug_entry_insert.c208 for (i = 0; i < _tx_thread_smp_max_cores; i++) in _tx_thread_smp_debug_entry_insert()
Dtx_thread_initialize.c80 ULONG _tx_thread_smp_max_cores; variable
Dtx_thread_time_slice.c125 for (core_index = ((ULONG) 0); core_index < _tx_thread_smp_max_cores; core_index++) in _tx_thread_time_slice()
Dtx_mutex_priority_change.c386 if (core_index < _tx_thread_smp_max_cores) in _tx_mutex_priority_change()
Dtx_thread_create.c165 thread_ptr -> tx_thread_smp_cores_allowed = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _tx_thread_create()
Dtx_thread_priority_change.c409 if (core_index < _tx_thread_smp_max_cores) in _tx_thread_priority_change()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h205 THREAD_DECLARE ULONG _tx_thread_smp_max_cores; variable
705 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_clear()
750 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_clear()
795 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_setup()
888 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_setup()
964 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_available_cores_get()
1041 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_possible_cores_get()
1137 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_lowest_priority_get()
1385 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_preemptable_threads_get()
1409 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_preemptable_threads_get()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c364 thread_ptr -> tx_thread_smp_cores_allowed = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _txm_module_manager_thread_create()