Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c767 static pid_t spawn_thread(unsigned int flags, int (*fn)(void *), void *arg) in spawn_thread() function
811 return spawn_thread(flags, idle_thread_fn, NULL); in spawn_idle_thread()
1288 int pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in test_sysctl_simple()
1331 pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in sysctl_nested_child()
1337 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl1); in sysctl_nested_child()
1340 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1344 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1353 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl2); in sysctl_nested_child()
1356 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
1364 pid = spawn_thread(CLONE_NEWPID, sysctl_nested_wait, in sysctl_nested_child()
[all …]
/openbmc/qemu/util/
H A Dthread-pool.c158 static void spawn_thread(ThreadPool *pool) in spawn_thread() function
263 spawn_thread(pool); in thread_pool_submit_aio()
315 spawn_thread(pool); in thread_pool_update_params()