Searched refs:test_to_run (Results 1 – 2 of 2) sorted by relevance
1503 int test_to_run = -1; in dispatch_thread() local1517 test_to_run = current_test_idx; in dispatch_thread()1532 msg_do_test.do_test.num = test_to_run; in dispatch_thread()1546 if (test_to_run != msg.test_done.num) in dispatch_thread()1549 state = &test_states[test_to_run]; in dispatch_thread()1852 int test_to_run = msg.do_test.num; in worker_main() local1854 struct test_state *state = &test_states[test_to_run]; in worker_main()1860 test_to_run + 1, in worker_main()1863 run_one_test(test_to_run); in worker_main()1867 msg.test_done.num = test_to_run; in worker_main()[all …]
540 const struct test_spec *test_to_run) in test_spec_init() argument562 strncpy(test->name, test_to_run->name, MAX_TEST_NAME_SIZE); in test_spec_init()563 test->test_func = test_to_run->test_func; in test_spec_init()
Completed in 13 milliseconds