Searched refs:T_ASSERT_EQ_ULLONG (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.61.5/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 | 3559 …T_QUIET; T_ASSERT_EQ_ULLONG(found_percpu_threads, expected_num_threads, "number of threads reporte… 3563 …T_QUIET; T_ASSERT_EQ_ULLONG(found_tasks, expected_num_tasks, "number of tasks in kcdata matches ex… 3565 …T_QUIET; T_ASSERT_EQ_ULLONG(found_percpu_tasks, expected_num_tasks, "number of tasks reported by C…
|
| /xnu-11215.61.5/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-11215.61.5/osfmk/tests/ |
| H A D | ktest.h | 596 #define T_ASSERT_EQ_ULLONG(lhs, rhs, msg, ...) \ macro
|