Home
last modified time | relevance | path

Searched refs:raw_clone (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/test/
Dtest-util.c131 TEST(raw_clone) { in TEST() argument
138 pid = raw_clone(0); in TEST()
156 assert_se(raw_clone(CLONE_FS|CLONE_NEWNS) == -1); in TEST()
Dtest-seccomp.c335 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()
/systemd-251/src/core/
Dcrash-handler.c64 pid = raw_clone(SIGCHLD); in crash()
135 pid = raw_clone(SIGCHLD); in crash()
/systemd-251/src/basic/
Draw-clone.h31 static inline pid_t raw_clone(unsigned long flags) { in raw_clone() function
Dprocess-util.c1113 pid = raw_clone(SIGCHLD); in valgrind_summary_hack()
1256 pid = raw_clone(SIGCHLD| in safe_fork_full()
/systemd-251/src/nspawn/
Dnspawn.c3986 pid = raw_clone(SIGCHLD|CLONE_NEWNS| in outer_child()
4830 *pid = raw_clone(SIGCHLD|CLONE_NEWNS); in run_container()