Searched refs:expected_tg_flags (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tests/sched/ |
| H A D | thread_group_flags.c | 188 static uint64_t expected_tg_flags[num_workload_ids] = { variable 232 …int from TG %llx with flags %llx, expecting %llx", tg_id, tg_flags, expected_tg_flags[workload_ind… in search_for_workload_id_tg_flags_tracepoints() 233 …T_EXPECT_EQ(tg_flags, expected_tg_flags[workload_ind], "Correct new TG flags for \"%s\"", workload… in search_for_workload_id_tg_flags_tracepoints() 247 …int from TG %llx with flags %llx, expecting %llx", tg_id, tg_flags, expected_tg_flags[workload_ind… in search_for_workload_id_tg_flags_tracepoints() 248 …T_EXPECT_EQ(tg_flags, expected_tg_flags[workload_ind], "Correct TG flags for \"%s\"", workload_ids… in search_for_workload_id_tg_flags_tracepoints()
|