Home
last modified time | relevance | path

Searched refs:tx_thread_smp_cores_excluded (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_timer_thread_entry.c138 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()
160 …if ((_tx_timer_thread.tx_thread_smp_cores_excluded & ((ULONG) TX_THREAD_SMP_CORE_MASK)) != core_ex… in _tx_timer_thread_entry()
205 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()
469 if (_tx_timer_thread.tx_thread_smp_cores_excluded != core_exclusion) in _tx_timer_thread_entry()
Dtx_thread_smp_core_exclude_get.c107 *exclusion_map_ptr = thread_ptr -> tx_thread_smp_cores_excluded; in _tx_thread_smp_core_exclude_get()
Dtx_thread_smp_core_exclude.c131 thread_ptr -> tx_thread_smp_cores_excluded = exclusion_map; in _tx_thread_smp_core_exclude()
Dtx_thread_create.c176 thread_ptr -> tx_thread_smp_cores_excluded = ((ULONG) 0); in _tx_thread_create()
186 thread_ptr -> tx_thread_smp_cores_excluded = (TX_THREAD_SMP_CORE_MASK & 0xFFFFFFFE); in _tx_thread_create()
Dtx_thread_time_slice.c250 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> core_index) & ((ULONG) 1); in _tx_thread_time_slice()
Dtx_thread_relinquish.c214 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> mapped_core) & ((ULONG) 1); in _tx_thread_relinquish()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c377 thread_ptr -> tx_thread_smp_cores_excluded = ((ULONG) 0); in _txm_module_manager_thread_create()
387 thread_ptr -> tx_thread_smp_cores_excluded = (TX_THREAD_SMP_CORE_MASK & 0xFFFFFFFE); in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_random_resume_suspend_exclusion_test.c2362 if (core_bit_map & thread_ptr -> tx_thread_smp_cores_excluded) in thread_entry()
Dthreadx_smp_random_resume_suspend_exclusion_pt_test.c2455 if (core_bit_map & thread_ptr -> tx_thread_smp_cores_excluded) in thread_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h571 ULONG tx_thread_smp_cores_excluded; member