Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c104 ULONG possible_cores; in _tx_thread_smp_rebalance_execute_list() local
140 possible_cores = ((ULONG) TX_THREAD_SMP_CORE_MASK); in _tx_thread_smp_rebalance_execute_list()
144 possible_cores = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _tx_thread_smp_rebalance_execute_list()
148 available_cores = possible_cores; in _tx_thread_smp_rebalance_execute_list()
240 thread_possible_cores = thread_possible_cores & (available_cores | possible_cores); in _tx_thread_smp_rebalance_execute_list()
361 test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_smp_rebalance_execute_list()
389 possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_smp_utilities.c470 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local
473 possible_cores = ((ULONG) 0); in _tx_thread_smp_possible_cores_get()
477 possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
483 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
489 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
495 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
501 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
507 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
526 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
538 return(possible_cores); in _tx_thread_smp_possible_cores_get()
[all …]
Dtx_thread_system_resume.c123 ULONG possible_cores; in _tx_thread_system_resume() local
619 possible_cores = _tx_thread_smp_possible_cores_get(); in _tx_thread_system_resume()
622 if ((available_cores & possible_cores) != ((ULONG) 0)) in _tx_thread_system_resume()
630 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_resume()
639 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume()
722possible_cores = (((ULONG) 1) << preempt_thread -> tx_thread_smp_core_mapped); in _tx_thread_system_resume()
725 … if ((thread_possible_cores & possible_cores) != ((ULONG) 0)) in _tx_thread_system_resume()
747possible_cores = _tx_thread_smp_preemptable_threads_get(thread_ptr -> tx_thread_priority, possibl… in _tx_thread_system_resume()
792 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_resume()
804 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume()
Dtx_thread_system_suspend.c113 ULONG possible_cores; in _tx_thread_system_suspend() local
665 possible_cores = _tx_thread_smp_possible_cores_get(); in _tx_thread_system_suspend()
671 complex_path_possible = possible_cores & available_cores; in _tx_thread_system_suspend()
759 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_suspend()
773 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_suspend()
796possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_system_suspend()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h993 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local
996 possible_cores = ((ULONG) 0); in _tx_thread_smp_possible_cores_get()
1000 possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1006 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1012 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1018 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1024 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1030 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1049 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()
1061 return(possible_cores); in _tx_thread_smp_possible_cores_get()
[all …]