Searched refs:raw_clone (Results 1 – 6 of 6) sorted by relevance
131 TEST(raw_clone) { in TEST() argument138 pid = raw_clone(0); in TEST()156 assert_se(raw_clone(CLONE_FS|CLONE_NEWNS) == -1); in TEST()
335 pid = raw_clone(CLONE_NEWNS); in TEST()339 pid = raw_clone(CLONE_NEWNET); in TEST()343 pid = raw_clone(CLONE_NEWUTS); in TEST()346 pid = raw_clone(CLONE_NEWIPC); in TEST()349 pid = raw_clone(CLONE_NEWNET|CLONE_NEWUTS); in TEST()
64 pid = raw_clone(SIGCHLD); in crash()135 pid = raw_clone(SIGCHLD); in crash()
31 static inline pid_t raw_clone(unsigned long flags) { in raw_clone() function
1113 pid = raw_clone(SIGCHLD); in valgrind_summary_hack()1256 pid = raw_clone(SIGCHLD| in safe_fork_full()
3986 pid = raw_clone(SIGCHLD|CLONE_NEWNS| in outer_child()4830 *pid = raw_clone(SIGCHLD|CLONE_NEWNS); in run_container()