Searched refs:spawned (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | exclaves.c | 1685 const XrtHosted_Spawned_t *spawned) in handle_response_spawned() argument 1687 Exclaves_L4_Word_t responding_scid = spawned->thread; in handle_response_spawned() 1699 responding_scid, spawned->spawned); in handle_response_spawned() 1705 responding_scid, (unsigned long)spawned->spawned); in handle_response_spawned() 1707 MACH_EXCLAVES_SCHEDULER_SPAWNED), spawned->spawned); in handle_response_spawned() 1710 assert3u(spawned->threadHostId, ==, ctid); in handle_response_spawned()
|
| /xnu-12377.1.9/doc/observability/ |
| H A D | coalitions.md | 33 …extensions (which usually have a different vendor to their host app) are spawned into their own re… 126 …ulate 'an app and all its subprocesses'. For example, App extensions are spawned into separate *re…
|
| /xnu-12377.1.9/tests/ |
| H A D | stackshot_tests.m | 697 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid); 712 T_QUIET; T_ASSERT_POSIX_SUCCESS(kill(pid, SIGKILL), "killing spawned process"); 713 T_QUIET; T_ASSERT_POSIX_SUCCESS(waitpid(pid, &status, 0), "waitpid on spawned child"); 755 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid); 864 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid); 983 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid); 1696 …T_QUIET; T_ASSERT_POSIX_ZERO(posix_spawn(&pid, args[0], NULL, NULL, args, NULL), "spawned process … 2011 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi… 2075 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi… 2289 T_QUIET; T_ASSERT_POSIX_ZERO(rc, "spawned process '%s' with PID %d", client_args[0], client_pid);
|