Searched refs:T_ASSERT_NULL (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | platform_tests.c | 476 T_ASSERT_NULL(success, "Second mtx try lock for a locked mtx"); in lt_test_trylocks() 484 T_ASSERT_NULL(success, "try lock should fail after regular lck_mtx_lock"); in lt_test_trylocks() 496 T_ASSERT_NULL(success, "exclusive lock attempt on previously held lock should fail"); in lt_test_trylocks() 508 T_ASSERT_NULL(success, "After regular shared grab an exclusive lock attempt should fail."); in lt_test_trylocks() 519 T_ASSERT_NULL(success, "try lock in shared mode attempt after an exclusive grab should fail"); in lt_test_trylocks() 521 T_ASSERT_NULL(success, "try lock in exclusive mode attempt after an exclusive grab should fail"); in lt_test_trylocks() 529 T_ASSERT_NULL(success, "After regular exclusive grab, shared trylock should not succeed"); in lt_test_trylocks() 531 T_ASSERT_NULL(success, "After regular exclusive grab, exclusive trylock should not succeed"); in lt_test_trylocks() 540 T_ASSERT_NULL(success, "Second attempt to spin lock should fail"); in lt_test_trylocks() 545 T_ASSERT_NULL(success, "After taking spin lock, trylock attempt should fail"); in lt_test_trylocks() [all …]
|
| /xnu-8019.80.24/tests/ |
| H A D | stackshot_accuracy.m | 202 T_ASSERT_NULL(nserror, "no NSError occured while parsing the kcdata container");
|
| H A D | stackshot_tests.m | 2056 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container"); 2341 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing array"); 2373 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container"); 2504 T_QUIET; T_ASSERT_NULL(sharedregion_info, "expect no shared_cache_dyld_load_info struct");
|
| H A D | memorystatus_freeze_test.c | 1027 T_QUIET; T_ASSERT_NULL(child_entry, "Child is not in second freezer snapshot");
|
| H A D | net_bridge.c | 1490 T_ASSERT_NULL(kev.udata, NULL); in switch_port_check_tx() 1906 T_ASSERT_NULL(kev[i].udata, NULL); in switch_port_list_check_receive()
|
| /xnu-8019.80.24/osfmk/tests/ |
| H A D | ktest.h | 286 #define T_ASSERT_NULL(expr, msg, ...) do {\ macro
|