Searched refs:T_ASSERT_EQ_ULLONG (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.1.9/tests/ |
| H A D | shared_cache_reslide_test.c | 178 …T_ASSERT_EQ_ULLONG(exit_reason.beri_code, (unsigned long long)SIGSEGV, "child should have received… in induce_crash() 182 …T_ASSERT_EQ_ULLONG(exit_reason.beri_code, (unsigned long long)SIGBUS, "child should have received … in induce_crash()
|
| H A D | proc_info_udata.c | 34 T_ASSERT_EQ_ULLONG(token, udata, "proc_udata_info(): retrieved value matches token");
|
| H A D | os_refcnt.c | 290 T_ASSERT_EQ_ULLONG(g1.grp_retain_total, 1ULL, "group retains"); 291 T_ASSERT_EQ_ULLONG(g1.grp_release_total, 0ULL, "group releases");
|
| H A D | stackshot_tests.m | 3738 …T_QUIET; T_ASSERT_EQ_ULLONG(found_percpu_threads, expected_num_threads, "number of threads reporte… 3742 …T_QUIET; T_ASSERT_EQ_ULLONG(found_tasks, expected_num_tasks, "number of tasks in kcdata matches ex… 3744 …T_QUIET; T_ASSERT_EQ_ULLONG(found_percpu_tasks, expected_num_tasks, "number of tasks reported by C…
|
| /xnu-12377.1.9/tests/rm/ |
| H A D | coalition_info_resource_usage.c | 164 T_ASSERT_EQ_ULLONG(get_qos_sum(coalition_id), 0ULL, "cpu_time_eqos == 0");
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | counter_test.c | 68 T_ASSERT_EQ_ULLONG(counter_load(&test_static_scalable_counter), 1, "Counter was incremented"); in counter_tests()
|
| /xnu-12377.1.9/osfmk/tests/ |
| H A D | ktest.h | 596 #define T_ASSERT_EQ_ULLONG(lhs, rhs, msg, ...) \ macro
|