Home
last modified time | relevance | path

Searched refs:clone_flag (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns02.c114 static void test_flag(int clone_flag, int ns_flag, int (*fn) (void *arg)) in test_flag() argument
121 tst_res(TINFO, "creating child with clone_flag=0x%x, ns_flag=0x%x", in test_flag()
122 clone_flag, ns_flag); in test_flag()
123 ret = ltp_clone(SIGCHLD|clone_flag, fn, &ns_flag, in test_flag()

Completed in 1 milliseconds