Searched refs:run_helper_thread (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/um/os-Linux/ |
| A D | helper.c | 118 int run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags, in run_helper_thread() function
|
| A D | sigio.c | 327 write_sigio_pid = run_helper_thread(write_sigio_thread, NULL, in write_sigio_workaround()
|
| /linux/arch/um/drivers/ |
| A D | chan_user.c | 259 pid = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
|
| /linux/arch/um/include/shared/ |
| A D | os.h | 227 extern int run_helper_thread(int (*proc)(void *), void *arg,
|
Completed in 9 milliseconds