Lines Matching refs:process
88 …ey = @"driverkit_found_key"; // callback when driverkit process is found. argument is the process …
572 T_HELPER_DECL(spawn_reslide_child, "child process to spawn with alternate slide")
640 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
655 T_QUIET; T_ASSERT_POSIX_SUCCESS(kill(pid, SIGKILL), "killing spawned process");
698 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
761 T_HELPER_DECL(zombie_child, "child process to sample as a zombie")
807 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
835 * don't leave a process stuck in the kernel.
864 T_HELPER_DECL(exec_child_preexec, "child process pre-exec")
874 // Parent took a timestamp then signaled us: exec into the next process
892 T_HELPER_DECL(exec_child_postexec, "child process post-exec to sample")
926 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
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);
1614 …T_QUIET; T_ASSERT_POSIX_ZERO(posix_spawn(&pid, args[0], NULL, NULL, args, NULL), "spawned process …
1623 …(sizeof(mib)/sizeof(int)), &process_info, &bufsize, NULL, 0), "get translated child process info");
1624 T_QUIET; T_ASSERT_GT(bufsize, (size_t)0, "process info is not empty");
1844 T_LOG("client process exiting after sending message to parent (server)");
1929 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi…
1993 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi…
2134 T_ASSERT_FAIL("client process exiting after receiving %s reply", dreply ? "non-null" : "null");
2154 /* Take stackshot when a client is blocked on the service port of a process, in the scenario when
2155 * the process with the receive right for the service port is:
2207 T_QUIET; T_ASSERT_POSIX_ZERO(rc, "spawned process '%s' with PID %d", client_args[0], client_pid);
2544 T_DECL(perf_process, "test stackshot performance targeted at process",
2564 T_DECL(perf_delta_process, "test delta stackshot performance targeted at a process",
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");
3503 T_QUIET; T_ASSERT_GT(exec_inprogress_found, 0, "found at least 1 task for execing process");
3582 T_ASSERT_POSIX_SUCCESS(ret, "proc_name failed for current process");