Lines Matching defs:spawn_thread
796 static pid_t spawn_thread(unsigned int flags, int (*fn)(void *), void *arg)
840 return spawn_thread(flags, idle_thread_fn, NULL);
1338 int pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL);
1396 pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL);
1402 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl1);
1405 pid = spawn_thread(CLONE_NEWPID, sysctl_nested,
1409 pid = spawn_thread(CLONE_NEWPID, sysctl_nested,
1418 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl2);
1421 pid = spawn_thread(CLONE_NEWPID, sysctl_nested,
1444 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
1463 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
1487 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
1506 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
1525 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait,
1546 int pid = spawn_thread(CLONE_NEWPID, sysctl_nested_child, NULL);