Searched refs:run_helper_thread (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/um/os-Linux/ |
H A D | helper.c | 113 int run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags, run_helper_thread() function 127 printk(UM_KERN_ERR "run_helper_thread : clone failed, " run_helper_thread() 135 printk(UM_KERN_ERR "run_helper_thread - wait failed, " run_helper_thread() 140 printk(UM_KERN_ERR "run_helper_thread - thread " run_helper_thread()
|
H A D | aio.c | 218 err = run_helper_thread(not_aio_thread, NULL, init_aio_24() 254 err = run_helper_thread(aio_thread, NULL, init_aio_26()
|
H A D | sigio.c | 308 write_sigio_pid = run_helper_thread(write_sigio_thread, NULL, write_sigio_workaround()
|
/linux-4.4.14/arch/um/drivers/ |
H A D | chan_user.c | 241 err = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); winch_tramp()
|
/linux-4.4.14/arch/um/include/shared/ |
H A D | os.h | 212 extern int run_helper_thread(int (*proc)(void *), void *arg,
|
Completed in 290 milliseconds