Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_core_exclude.c84 ULONG mapped_core; in _tx_thread_smp_core_exclude() local
124 mapped_core = (((ULONG) 1) << thread_ptr -> tx_thread_smp_core_mapped); in _tx_thread_smp_core_exclude()
134 if ((mapped_core & available_cores) == ((ULONG) 0)) in _tx_thread_smp_core_exclude()
Dtx_thread_relinquish.c88 UINT mapped_core; in _tx_thread_relinquish() local
189 mapped_core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_relinquish()
192 if (thread_ptr != _tx_thread_execute_ptr[mapped_core]) in _tx_thread_relinquish()
213 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> mapped_core) & ((ULONG) 1); in _tx_thread_relinquish()
238 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()
241 _tx_thread_execute_ptr[mapped_core] = next_thread; in _tx_thread_relinquish()