Home
last modified time | relevance | path

Searched refs:tx_thread_smp_cores_allowed (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_utilities.c476 possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
482 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
488 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
494 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
500 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
506 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
525 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
720 thread_possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_remap_solution_find()
897 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_preemptable_threads_get()
Dtx_thread_create.c177 thread_ptr -> tx_thread_smp_cores_allowed = ((ULONG) TX_THREAD_SMP_CORE_MASK); in _tx_thread_create()
179 thread_ptr -> tx_thread_smp_cores_allowed = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _tx_thread_create()
186 thread_ptr -> tx_thread_smp_cores_allowed = 1; in _tx_thread_create()
Dtx_thread_system_resume.c513 if (thread_ptr -> tx_thread_smp_cores_allowed != ((ULONG) 0)) in _tx_thread_system_resume()
545 available_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_system_resume()
554 … if ((available_cores == thread_ptr -> tx_thread_smp_cores_allowed) && in _tx_thread_system_resume()
555 … (available_cores == execute_thread -> tx_thread_smp_cores_allowed)) in _tx_thread_system_resume()
583 … thread_possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_system_resume()
Dtx_thread_smp_core_exclude.c131 thread_ptr -> tx_thread_smp_cores_allowed = available_cores; in _tx_thread_smp_core_exclude()
Dtx_thread_system_suspend.c734 … if ((((next_thread -> tx_thread_smp_cores_allowed >> i) & ((ULONG) 1))) != ((ULONG) 0)) in _tx_thread_system_suspend()
757 … thread_possible_cores = next_thread -> tx_thread_smp_cores_allowed; in _tx_thread_system_suspend()
Dtx_thread_smp_rebalance_execute_list.c236 thread_possible_cores = schedule_thread -> tx_thread_smp_cores_allowed; in _tx_thread_smp_rebalance_execute_list()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1001 possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1007 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1013 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1019 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1025 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1031 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1050 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1245 thread_possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_remap_solution_find()
1422 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_preemptable_threads_get()
Dtx_api.h577 ULONG tx_thread_smp_cores_allowed; member
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c378 thread_ptr -> tx_thread_smp_cores_allowed = ((ULONG) TX_THREAD_SMP_CORE_MASK); in _txm_module_manager_thread_create()
380 thread_ptr -> tx_thread_smp_cores_allowed = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _txm_module_manager_thread_create()
387 thread_ptr -> tx_thread_smp_cores_allowed = 1; in _txm_module_manager_thread_create()