Home
last modified time | relevance | path

Searched refs:user_mode_thread (Results 1 – 2 of 2) 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/kernel/
H A Dfork.c2883 pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags) in user_mode_thread() function