Searched refs:run_helper_thread (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/um/os-Linux/ |
| D | helper.c | 113 int run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags, in run_helper_thread() function
|
| D | sigio.c | 308 write_sigio_pid = run_helper_thread(write_sigio_thread, NULL, in write_sigio_workaround()
|
| /Linux-v5.4/arch/um/drivers/ |
| D | chan_user.c | 241 err = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
|
| /Linux-v5.4/arch/um/include/shared/ |
| D | os.h | 220 extern int run_helper_thread(int (*proc)(void *), void *arg,
|