Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_stack.c277 static struct test_args thread_test_args; variable
290 if (rte_stack_push(thread_test_args.s, obj_table, num) != num) { in stack_thread_push_pop()
296 if (rte_stack_pop(thread_test_args.s, obj_table, num) != num) { in stack_thread_push_pop()
328 thread_test_args.s = s; in test_stack_multithreaded()