Lines Matching refs:found

84 …String* exec_inprogress_found_key = @"exec_inprogress_found";  // callback when inprogress is found
88 …found_key = @"driverkit_found_key"; // callback when driverkit process is found. argument is the p…
986 __block bool found = false;
989 for (tries = 0; !found && tries < tries_limit; tries++) {
995 …exec_inprogress_found_key: ^(uint64_t id1, uint64_t id2) { found = true; cid1 = id1; cid2 = id2; }…
999 T_ASSERT_TRUE(found, "able to find our execing process mid-exec in %d tries", tries);
1001 T_PASS("found mid-exec process in %d tries", tries);
1448 T_EXPECT_EQ([driverkit_pids count], (NSUInteger)0, "found expected number of driverkit processes");
1559 …T_ASSERT_EQ(expected_offset, info->imageLoadAddress, "found matching UUID with matching binary off…
1565 …T_ASSERT_EQ(expected_offset, ((uint64_t) info->imageLoadAddress), "found matching UUID with match…
1681 T_ASSERT_TRUE(found_image_in_image_infos, "found binary image in dyld image info list");
2456 int found = 0;
2462 found |= 1;
2469 found |= 2;
2473 found |= 4;
2481 T_QUIET; T_ASSERT_EQ(found, 0x7, "found everything needed");
2630 T_ASSERT_TRUE(kcdata_iter_valid(iter), "timestamp found in stackshot");
2902 T_QUIET; T_ASSERT_NOTNULL(exec_inprogress_cb, "exec inprogress found callback provided");
2906 T_QUIET; T_ASSERT_NOTNULL(driverkit_cb, "driverkit found callback provided");
2954 T_ASSERT_EQ(kcdata_iter_type(iter), KCDATA_BUFFER_BEGIN_STACKSHOT, "compressed stackshot found");
3168 * we get here, then we have found the shared cache UUID
3228 T_LOG("found exec task with pid %d, instance %d", pid, exec_inprogress_found);
3231 T_LOG("found 2 tasks with pid %d", exec_inprogress_pid);
3272 T_LOG("found SRP %s %lld waiter: %d", (found_thread ? "thread" : "pid"),
3274 /* we found something that is blocking the correct threadid */
3420 T_EXPECT_TRUE(found_main_thread, "found main thread for current task in stackshot");
3456 * found the shared cache UUID to be correct.
3485 T_QUIET; T_ASSERT_TRUE(found_sharedcache_child, "found sharedcache child in kcdata");
3486 T_QUIET; T_ASSERT_TRUE(found_sharedcache_self, "found self in kcdata");
3499 T_QUIET; T_ASSERT_TRUE(found_transitioning_task, "found transitioning_task child in kcdata");
3503 T_QUIET; T_ASSERT_GT(exec_inprogress_found, 0, "found at least 1 task for execing process");
3507 T_QUIET; T_ASSERT_TRUE(found_zombie_child, "found zombie child in kcdata");
3511 T_QUIET; T_ASSERT_TRUE(found_postexec_child, "found post-exec child in kcdata");
3515 T_QUIET; T_ASSERT_TRUE(found_translated_child, "found translated child in kcdata");
3519 T_QUIET; T_ASSERT_TRUE(found_shared_cache_layout, "shared cache layout found in kcdata");
3523 T_QUIET; T_ASSERT_TRUE(found_shared_cache_uuid, "shared cache UUID found in kcdata");
3527 T_QUIET; T_ASSERT_TRUE(found_dispatch_queue_label, "dispatch queue label found in kcdata");
3531 T_QUIET; T_ASSERT_TRUE(found_turnstile_lock, "found expected deadlock");
3535 T_QUIET; T_ASSERT_TRUE(found_cseg_waitinfo, "found c_seg waitinfo");
3539 T_QUIET; T_ASSERT_TRUE(found_srp_waitinfo, "found special reply port waitinfo");
3543 T_QUIET; T_ASSERT_TRUE(found_throttled_service, "found the throttled service");
3547 T_QUIET; T_ASSERT_TRUE(found_asyncstack, "found async stack threadid");