Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_core_exclude.c85 ULONG mapped_core; in _tx_thread_smp_core_exclude() local
125 mapped_core = (((ULONG) 1) << thread_ptr -> tx_thread_smp_core_mapped); in _tx_thread_smp_core_exclude()
135 if ((mapped_core & available_cores) == ((ULONG) 0)) in _tx_thread_smp_core_exclude()
Dtx_thread_relinquish.c89 UINT mapped_core; in _tx_thread_relinquish() local
190 mapped_core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_relinquish()
193 if (thread_ptr != _tx_thread_execute_ptr[mapped_core]) in _tx_thread_relinquish()
214 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> mapped_core) & ((ULONG) 1); in _tx_thread_relinquish()
239 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()
242 _tx_thread_execute_ptr[mapped_core] = next_thread; in _tx_thread_relinquish()