Lines Matching refs:CLONE_NEWPID
1321 int pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in test_sysctl_simple()
1363 pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in sysctl_nested_child()
1369 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl1); in sysctl_nested_child()
1372 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1376 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1385 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl2); in sysctl_nested_child()
1388 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1396 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1405 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1418 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1426 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1434 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
1449 int pid = spawn_thread(CLONE_NEWPID, sysctl_nested_child, NULL); in test_sysctl_nested()