Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_core_exclude_get.c74 UINT _tx_thread_smp_core_exclude_get(TX_THREAD *thread_ptr, ULONG *exclusion_map_ptr) in _tx_thread_smp_core_exclude_get() argument
97 else if (exclusion_map_ptr == TX_NULL) in _tx_thread_smp_core_exclude_get()
107 *exclusion_map_ptr = thread_ptr -> tx_thread_smp_cores_excluded; in _tx_thread_smp_core_exclude_get()
Dtx_timer_smp_core_exclude_get.c74 UINT _tx_timer_smp_core_exclude_get(TX_TIMER *timer_ptr, ULONG *exclusion_map_ptr) in _tx_timer_smp_core_exclude_get() argument
97 else if (exclusion_map_ptr == TX_NULL) in _tx_timer_smp_core_exclude_get()
107 …*exclusion_map_ptr = (timer_ptr -> tx_timer_internal.tx_timer_internal_smp_cores_excluded) & ((UL… in _tx_timer_smp_core_exclude_get()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1140 UINT _tx_thread_smp_core_exclude_get(TX_THREAD *thread_ptr, ULONG *exclusion_map_ptr);
1143 UINT _tx_timer_smp_core_exclude_get(TX_TIMER *timer_ptr, ULONG *exclusion_map_ptr);