Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/test/smp/regression/
Dthreadx_smp_two_threads_one_core_test.c49 ULONG exclusion_map; in test_application_define() local
168 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()
Dthreadx_timer_simple_test.c228 ULONG exclusion_map; in thread_0_entry() local
745 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()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1139 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);