Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/src/
Dtx_thread_smp_protection_wait_list_macros.h231 @ UINT next_index = core_index + 1;
236 @ if (next_index == _tx_thread_smp_protect_wait_list_size)
244 @ next_index = 0;
252 @ list_cores[core_index] = list_cores[next_index];
258 @ core_index = next_index;
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/src/
Dtx_thread_smp_protection_wait_list_macros.h236 ; UINT next_index = core_index + 1; variable
241 ; if (next_index == _tx_thread_smp_protect_wait_list_size)
249 ; next_index = 0;
257 ; list_cores[core_index] = list_cores[next_index];
263 ; core_index = next_index;
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/gnu/src/
Dtx_thread_smp_protection_wait_list_macros.h231 @ UINT next_index = core_index + 1;
236 @ if (next_index == _tx_thread_smp_protect_wait_list_size)
244 @ next_index = 0;
252 @ list_cores[core_index] = list_cores[next_index];
258 @ core_index = next_index;
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/src/
Dtx_thread_smp_protection_wait_list_macros.h236 ; UINT next_index = core_index + 1; variable
241 ; if (next_index == _tx_thread_smp_protect_wait_list_size)
249 ; next_index = 0;
257 ; list_cores[core_index] = list_cores[next_index];
263 ; core_index = next_index;
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/src/
Dtx_thread_smp_protection_wait_list_macros.h236 ; UINT next_index = core_index + 1; variable
241 ; if (next_index == _tx_thread_smp_protect_wait_list_size)
249 ; next_index = 0;
257 ; list_cores[core_index] = list_cores[next_index];
263 ; core_index = next_index;
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/src/
Dtx_thread_smp_protection_wait_list_macros.h231 @ UINT next_index = core_index + 1;
236 @ if (next_index == _tx_thread_smp_protect_wait_list_size)
244 @ next_index = 0;
252 @ list_cores[core_index] = list_cores[next_index];
258 @ core_index = next_index;