Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H A Dchan_user.c261 pid = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
/linux/arch/um/os-Linux/
H A Dhelper.c119 int run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags, in run_helper_thread() function
137 printk(UM_KERN_ERR "run_helper_thread : clone failed, " in run_helper_thread()
145 printk(UM_KERN_ERR "run_helper_thread - wait failed, " in run_helper_thread()
150 printk(UM_KERN_ERR "run_helper_thread - thread " in run_helper_thread()
/linux/arch/um/include/shared/
H A Dos.h223 extern int run_helper_thread(int (*proc)(void *), void *arg,