Home
last modified time | relevance | path

Searched refs:exclusion_map (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_timer_smp_core_exclude.c77 UINT _tx_timer_smp_core_exclude(TX_TIMER *timer_ptr, ULONG exclusion_map) in _tx_timer_smp_core_exclude() argument
108 … (exclusion_map & ((ULONG) TX_THREAD_SMP_CORE_MASK)); in _tx_timer_smp_core_exclude()
Dtx_thread_smp_core_exclude.c78 UINT _tx_thread_smp_core_exclude(TX_THREAD *thread_ptr, ULONG exclusion_map) in _tx_thread_smp_core_exclude() argument
128 available_cores = (~exclusion_map) & ((ULONG) TX_THREAD_SMP_CORE_MASK); in _tx_thread_smp_core_exclude()
131 thread_ptr -> tx_thread_smp_cores_excluded = exclusion_map; in _tx_thread_smp_core_exclude()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1125 UINT _tx_thread_smp_core_exclude(TX_THREAD *thread_ptr, ULONG exclusion_map);
1128 UINT _tx_timer_smp_core_exclude(TX_TIMER *timer_ptr, ULONG exclusion_map);