Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dshared_cache_reslide_test.c178T_ASSERT_EQ_ULLONG(exit_reason.beri_code, (unsigned long long)SIGSEGV, "child should have received… in induce_crash()
182T_ASSERT_EQ_ULLONG(exit_reason.beri_code, (unsigned long long)SIGBUS, "child should have received … in induce_crash()
H A Dproc_info_udata.c34 T_ASSERT_EQ_ULLONG(token, udata, "proc_udata_info(): retrieved value matches token");
H A Dos_refcnt.c290 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 Dstackshot_tests.m3738 …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 Dcoalition_info_resource_usage.c164 T_ASSERT_EQ_ULLONG(get_qos_sum(coalition_id), 0ULL, "cpu_time_eqos == 0");
/xnu-12377.1.9/bsd/kern/
H A Dcounter_test.c68 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 Dktest.h596 #define T_ASSERT_EQ_ULLONG(lhs, rhs, msg, ...) \ macro