Lines Matching refs:current
1389 io_registry_entry_t current = IO_OBJECT_NULL;
1394 while ((current = IOIteratorNext(iter)) != IO_OBJECT_NULL) {
1395 if (_IOObjectConformsTo(current, "IOUserServer", kIOClassNameOverrideNone)) {
1402 …T_QUIET; T_EXPECT_MACH_SUCCESS(IORegistryEntryCreateCFProperties(current, &cfProperties, kCFAlloca…
1417 [driverkit_pids unionSet:find_driverkit_pids(current)];
1419 IOObjectRelease(current);
1664 T_LOG("Found current UUID is %s", str);
1692 T_LOG("attempting to take stackshot for current PID");
1848 SRP_TEST_THREAD, /* expect waiter on current thread */
1849 SRP_TEST_PID, /* expect waiter on current PID */
2742 …T_ASSERT_TRUE(_dyld_get_shared_cache_uuid(shared_cache_uuid), "retrieve current shared cache UUID"…
2811 T_QUIET; T_ASSERT_NOTNULL(cache_header, "current process running with shared cache");
3335 "current process name matches in stackshot");
3338 … T_ASSERT_BITS_NOTSET(task_flags, kTerminatedSnapshot, "current process not marked as terminated");
3339 T_ASSERT_BITS_NOTSET(task_flags, kTaskIsTranslated, "current process not marked as translated");
3375 "thread ID of thread in current task is valid");
3377 "base priority of thread in current task is valid");
3379 "scheduling priority of thread in current task is valid");
3387 "total syscalls of current thread is valid");
3393 "runnable time of current thread is valid");
3420 T_EXPECT_TRUE(found_main_thread, "found main thread for current task in stackshot");
3582 T_ASSERT_POSIX_SUCCESS(ret, "proc_name failed for current process");