Searched refs:thr_id (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_rcu_qsbr_perf.c | 28 static volatile uint32_t thr_id; variable 47 tmp_thr_id = __atomic_fetch_add(&thr_id, 1, __ATOMIC_RELAXED); in alloc_thread_id() 141 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_perf() 199 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_rperf() 247 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_wperf() 397 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_sw_sv_1qs() 514 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_rcu_qsbr_sw_sv_1qs_non_blocking()
|
| H A D | test_lpm_perf.c | 24 static volatile uint32_t thr_id; variable 363 tmp_thr_id = __atomic_fetch_add(&thr_id, 1, __ATOMIC_RELAXED); in alloc_thread_id() 548 __atomic_store_n(&thr_id, 0, __ATOMIC_SEQ_CST); in test_lpm_rcu_perf_multi_writer()
|