Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/sched/
Dcs_prctl_test.c116 static int child_func_thread(void __attribute__((unused))*arg) in child_func_thread() function
134 tid = clone(child_func_thread, child_stack + STACK_SIZE, THREAD_CLONE_FLAGS, NULL); in create_threads()