spawn_thread
if (!ASSERT_OK(spawn_thread(&child), "spawn_thread"))
if (!ASSERT_OK(spawn_thread(&child), "spawn_thread"))
int pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL);
pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL);
pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl1);
pid = spawn_thread(CLONE_NEWPID, sysctl_nested,
pid = spawn_thread(CLONE_NEWPID, sysctl_nested,
pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl2);
pid = spawn_thread(CLONE_NEWPID, sysctl_nested,
pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
int pid = spawn_thread(CLONE_NEWPID, sysctl_nested_child, NULL);
return spawn_thread(flags, idle_thread_fn, NULL);