Searched refs:synchro (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_atomic.c | 108 static rte_atomic32_t synchro; variable 451 rte_atomic32_init(&synchro); in test_atomic() 460 rte_atomic32_set(&synchro, 1); in test_atomic() 530 rte_atomic32_clear(&synchro); in test_atomic() 539 rte_atomic32_clear(&synchro); in test_atomic() 552 rte_atomic32_clear(&synchro); in test_atomic() 561 rte_atomic32_clear(&synchro); in test_atomic() 583 rte_atomic32_clear(&synchro); in test_atomic() 591 rte_atomic32_clear(&synchro); in test_atomic() 607 rte_atomic32_clear(&synchro); in test_atomic() [all …]
|
| H A D | test_mcslock.c | 50 static rte_atomic32_t synchro; variable 83 while (rte_atomic32_read(&synchro) == 0) in load_loop_fn() 109 rte_atomic32_set(&synchro, 1); in test_mcslock_perf() 117 rte_atomic32_set(&synchro, 1); in test_mcslock_perf() 125 rte_atomic32_set(&synchro, 0); in test_mcslock_perf() 129 rte_atomic32_set(&synchro, 1); in test_mcslock_perf()
|
| H A D | test_mempool_perf.c | 86 static rte_atomic32_t synchro; variable 148 while (rte_atomic32_read(&synchro) == 0); in per_lcore_mempool_test() 201 rte_atomic32_set(&synchro, 0); in launch_cores() 226 rte_atomic32_set(&synchro, 1); in launch_cores() 291 rte_atomic32_init(&synchro); in test_mempool_perf()
|
| H A D | test_spinlock.c | 52 static rte_atomic32_t synchro; variable 114 while (rte_atomic32_read(&synchro) == 0); in load_loop_fn() 153 rte_atomic32_set(&synchro, 0); in test_spinlock_perf() 157 rte_atomic32_set(&synchro, 1); in test_spinlock_perf()
|
| H A D | test_ticketlock.c | 52 static rte_atomic32_t synchro; variable 115 while (rte_atomic32_read(&synchro) == 0) in load_loop_fn() 158 rte_atomic32_set(&synchro, 0); in test_ticketlock_perf() 162 rte_atomic32_set(&synchro, 1); in test_ticketlock_perf()
|
| H A D | test_func_reentrancy.c | 58 static rte_atomic32_t synchro = RTE_ATOMIC32_INIT(0); variable 62 while (rte_atomic32_read(&synchro) == 0); \ 431 rte_atomic32_set(&synchro, 0); in launch_test() 440 rte_atomic32_set(&synchro, 1); in launch_test()
|
| H A D | test_rwlock.c | 39 static rte_atomic32_t synchro; variable 104 while (rte_atomic32_read(&synchro) == 0) in load_loop_fn() 138 rte_atomic32_set(&synchro, 0); in test_rwlock_perf() 143 rte_atomic32_set(&synchro, 1); in test_rwlock_perf()
|
| H A D | test_ring_perf.c | 323 static rte_atomic32_t synchro; variable 345 while (rte_atomic32_read(&synchro) == 0) in load_loop_fn_helper() 401 rte_atomic32_set(&synchro, 0); in run_on_all_cores() 406 rte_atomic32_set(&synchro, 1); in run_on_all_cores()
|
| H A D | test_mempool.c | 60 static rte_atomic32_t synchro; variable 494 rte_atomic32_init(&synchro); in test_mempool()
|