Home
last modified time | relevance | path

Searched refs:tx_timer_internal_smp_cores_excluded (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_timer_smp_core_exclude.c107 … -> tx_timer_internal.tx_timer_internal_smp_cores_excluded = (timer_ptr -> tx_timer_internal.tx_t… in _tx_timer_smp_core_exclude()
Dtx_timer_smp_core_exclude_get.c107 …*exclusion_map_ptr = (timer_ptr -> tx_timer_internal.tx_timer_internal_smp_cores_excluded) & ((UL… in _tx_timer_smp_core_exclude_get()
Dtx_timer_create.c101 …timer_ptr -> tx_timer_internal.tx_timer_internal_smp_cores_excluded = (TX_THREAD_SMP_CORE_MASK & … in _tx_timer_create()
Dtx_timer_thread_entry.c132 core_exclusion = expired_timers -> tx_timer_internal_smp_cores_excluded; in _tx_timer_thread_entry()
224 …core_exclusion = ((expired_timers -> tx_timer_internal_smp_cores_excluded) & ((ULONG) TX_THREAD_SM… in _tx_timer_thread_entry()
Dtx_thread_create.c190 …thread_ptr -> tx_thread_timer.tx_timer_internal_smp_cores_excluded = (TX_THREAD_SMP_CORE_MASK & 0… in _tx_thread_create()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c391 …thread_ptr -> tx_thread_timer.tx_timer_internal_smp_cores_excluded = (TX_THREAD_SMP_CORE_MASK & 0… in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h407 ULONG tx_timer_internal_smp_cores_excluded; member