Home
last modified time | relevance | path

Searched refs:possible_cores (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c103 ULONG possible_cores; in _tx_thread_smp_rebalance_execute_list() local
139 possible_cores = ((ULONG) TX_THREAD_SMP_CORE_MASK); in _tx_thread_smp_rebalance_execute_list()
143 possible_cores = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _tx_thread_smp_rebalance_execute_list()
147 available_cores = possible_cores; in _tx_thread_smp_rebalance_execute_list()
239 thread_possible_cores = thread_possible_cores & (available_cores | possible_cores); in _tx_thread_smp_rebalance_execute_list()
360 test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_smp_rebalance_execute_list()
388 possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_smp_utilities.c469 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local
472 possible_cores = ((ULONG) 0); in _tx_thread_smp_possible_cores_get()
476 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()
537 return(possible_cores); in _tx_thread_smp_possible_cores_get()
[all …]
Dtx_thread_system_resume.c122 ULONG possible_cores; in _tx_thread_system_resume() local
618 possible_cores = _tx_thread_smp_possible_cores_get(); in _tx_thread_system_resume()
621 if ((available_cores & possible_cores) != ((ULONG) 0)) in _tx_thread_system_resume()
629 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_resume()
638 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume()
721possible_cores = (((ULONG) 1) << preempt_thread -> tx_thread_smp_core_mapped); in _tx_thread_system_resume()
724 … if ((thread_possible_cores & possible_cores) != ((ULONG) 0)) in _tx_thread_system_resume()
746possible_cores = _tx_thread_smp_preemptable_threads_get(thread_ptr -> tx_thread_priority, possibl… in _tx_thread_system_resume()
791 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_resume()
803 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume()
Dtx_thread_system_suspend.c114 ULONG possible_cores; in _tx_thread_system_suspend() local
666 possible_cores = _tx_thread_smp_possible_cores_get(); in _tx_thread_system_suspend()
672 complex_path_possible = possible_cores & available_cores; in _tx_thread_system_suspend()
760 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_suspend()
774 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_suspend()
797possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_system_suspend()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h994 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local
997 possible_cores = ((ULONG) 0); in _tx_thread_smp_possible_cores_get()
1001 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()
1062 return(possible_cores); in _tx_thread_smp_possible_cores_get()
[all …]