Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_event_timer_adapter.c66 static uint32_t test_lcore2; variable
180 test_lcore2 = rte_get_next_lcore(test_lcore1, 1, 0); in testsuite_setup()
181 test_lcore3 = rte_get_next_lcore(test_lcore2, 1, 0); in testsuite_setup()
678 rte_eal_remote_launch(_arm_wrapper_burst, NULL, test_lcore2); in test_timer_arm_burst_multicore()
950 rte_eal_remote_launch(_cancel_producer_wrapper, NULL, test_lcore2); in test_timer_cancel_multicore()
953 rte_eal_wait_lcore(test_lcore2); in test_timer_cancel_multicore()
974 rte_eal_remote_launch(_cancel_burst_thread, NULL, test_lcore2); in test_timer_cancel_burst_multicore()
980 rte_eal_wait_lcore(test_lcore2); in test_timer_cancel_burst_multicore()