Searched refs:test_to_run (Results 1 – 1 of 1) sorted by relevance
1192 int test_to_run = -1; in dispatch_thread() local1206 test_to_run = current_test_idx; in dispatch_thread()1221 msg_do_test.do_test.num = test_to_run; in dispatch_thread()1226 env.worker_current_test[data->worker_id] = test_to_run; in dispatch_thread()1235 if (test_to_run != msg.test_done.num) in dispatch_thread()1238 state = &test_states[test_to_run]; in dispatch_thread()1540 int test_to_run = msg.do_test.num; in worker_main() local1541 struct prog_test_def *test = &prog_test_defs[test_to_run]; in worker_main()1542 struct test_state *state = &test_states[test_to_run]; in worker_main()1548 test_to_run + 1, in worker_main()[all …]