Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_timer_thread_entry.c99 ULONG core_exclusion; in _tx_timer_thread_entry() local
132 core_exclusion = expired_timers -> tx_timer_internal_smp_cores_excluded; in _tx_timer_thread_entry()
138 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()
160 …x_timer_thread.tx_thread_smp_cores_excluded & ((ULONG) TX_THREAD_SMP_CORE_MASK)) != core_exclusion) in _tx_timer_thread_entry()
168 status = _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()
172 _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()
205 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()
224core_exclusion = ((expired_timers -> tx_timer_internal_smp_cores_excluded) & ((ULONG) TX_THREAD_SM… in _tx_timer_thread_entry()
469 if (_tx_timer_thread.tx_thread_smp_cores_excluded != core_exclusion) in _tx_timer_thread_entry()
477 status = _tx_thread_smp_core_exclude(&_tx_timer_thread, core_exclusion); in _tx_timer_thread_entry()
[all …]