Searched refs:run_helper_thread (Results 1 – 3 of 3) sorted by relevance
/linux/arch/um/drivers/ |
H A D | chan_user.c | 261 pid = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
|
/linux/arch/um/os-Linux/ |
H A D | helper.c | 119 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 D | os.h | 223 extern int run_helper_thread(int (*proc)(void *), void *arg,
|