Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/memfd/
Dmemfd_test.c766 static pid_t spawn_thread(unsigned int flags, int (*fn)(void *), void *arg) in spawn_thread() function
810 return spawn_thread(flags, idle_thread_fn, NULL); in spawn_idle_thread()
1287 int pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in test_sysctl_simple()
1330 pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in sysctl_nested_child()
1336 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl1); in sysctl_nested_child()
1339 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1343 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1352 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl2); in sysctl_nested_child()
1355 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1363 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
[all …]