Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_stack_perf.c26 static uint32_t lcore_barrier; variable
146 __atomic_fetch_sub(&lcore_barrier, 1, __ATOMIC_RELAXED); in bulk_push_pop()
147 rte_wait_until_equal_32(&lcore_barrier, 0, __ATOMIC_RELAXED); in bulk_push_pop()
176 __atomic_store_n(&lcore_barrier, 2, __ATOMIC_RELAXED); in run_on_core_pair()
209 __atomic_store_n(&lcore_barrier, n, __ATOMIC_RELAXED); in run_on_n_cores()
303 __atomic_store_n(&lcore_barrier, 0, __ATOMIC_RELAXED); in __test_stack_perf()