Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dhelper.c113 int run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags, in run_helper_thread() function
H A Dsigio.c308 write_sigio_pid = run_helper_thread(write_sigio_thread, NULL, in write_sigio_workaround()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dchan_user.c241 pid = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dos.h221 extern int run_helper_thread(int (*proc)(void *), void *arg,