Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/src/
Dtx_thread_smp_protection_wait_list_macros.h232 @ UINT next_index = core_index + 1;
237 @ if (next_index == _tx_thread_smp_protect_wait_list_size)
245 @ next_index = 0;
253 @ list_cores[core_index] = list_cores[next_index];
259 @ core_index = next_index;
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/src/
Dtx_thread_smp_protection_wait_list_macros.h237 ; UINT next_index = core_index + 1; variable
242 ; if (next_index == _tx_thread_smp_protect_wait_list_size)
250 ; next_index = 0;
258 ; list_cores[core_index] = list_cores[next_index];
264 ; core_index = next_index;
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/ac5/src/
Dtx_thread_smp_protection_wait_list_macros.h237 ; UINT next_index = core_index + 1; variable
242 ; if (next_index == _tx_thread_smp_protect_wait_list_size)
250 ; next_index = 0;
258 ; list_cores[core_index] = list_cores[next_index];
264 ; core_index = next_index;
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/src/
Dtx_thread_smp_protection_wait_list_macros.h232 @ UINT next_index = core_index + 1;
237 @ if (next_index == _tx_thread_smp_protect_wait_list_size)
245 @ next_index = 0;
253 @ list_cores[core_index] = list_cores[next_index];
259 @ core_index = next_index;
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/src/
Dtx_thread_smp_protection_wait_list_macros.h232 @ UINT next_index = core_index + 1;
237 @ if (next_index == _tx_thread_smp_protect_wait_list_size)
245 @ next_index = 0;
253 @ list_cores[core_index] = list_cores[next_index];
259 @ core_index = next_index;
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/ac5/src/
Dtx_thread_smp_protection_wait_list_macros.h237 ; UINT next_index = core_index + 1; variable
242 ; if (next_index == _tx_thread_smp_protect_wait_list_size)
250 ; next_index = 0;
258 ; list_cores[core_index] = list_cores[next_index];
264 ; core_index = next_index;