Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtask.h105 extern pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags);
/linux/init/
H A Dmain.c709 pid = user_mode_thread(kernel_init, NULL, CLONE_FS); in rest_init()
/linux/kernel/
H A Dfork.c2673 pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags) in user_mode_thread() function