Searched refs:exclusion_map (Results 1 – 5 of 5) sorted by relevance
77 UINT _tx_timer_smp_core_exclude(TX_TIMER *timer_ptr, ULONG exclusion_map) in _tx_timer_smp_core_exclude() argument108 … (exclusion_map & ((ULONG) TX_THREAD_SMP_CORE_MASK)); in _tx_timer_smp_core_exclude()
78 UINT _tx_thread_smp_core_exclude(TX_THREAD *thread_ptr, ULONG exclusion_map) in _tx_thread_smp_core_exclude() argument128 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()
49 ULONG exclusion_map; in test_application_define() local168 status = tx_thread_smp_core_exclude_get(&thread_2, &exclusion_map); in test_application_define()171 if ((status != TX_SUCCESS) || (exclusion_map != 0xD)) in test_application_define()
228 ULONG exclusion_map; in thread_0_entry() local745 status = tx_timer_smp_core_exclude_get(&timer_0, &exclusion_map); in thread_0_entry()748 if ((status != TX_SUCCESS) || (exclusion_map != 0x1)) in thread_0_entry()
1139 UINT _tx_thread_smp_core_exclude(TX_THREAD *thread_ptr, ULONG exclusion_map);1142 UINT _tx_timer_smp_core_exclude(TX_TIMER *timer_ptr, ULONG exclusion_map);