Lines Matching refs:CLONE_NEWPID
1278 int pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in test_sysctl_simple()
1320 pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in sysctl_nested_child()
1326 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl1); in sysctl_nested_child()
1329 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1333 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1342 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl2); in sysctl_nested_child()
1345 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1353 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1362 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1375 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1383 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1391 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1406 int pid = spawn_thread(CLONE_NEWPID, sysctl_nested_child, NULL); in test_sysctl_nested()