Searched refs:run_helper_thread (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/um/os-Linux/ |
D | aio.c | 221 err = run_helper_thread(not_aio_thread, NULL, in init_aio_24() 257 err = run_helper_thread(aio_thread, NULL, in init_aio_26()
|
D | helper.c | 115 int run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags, in run_helper_thread() function
|
D | sigio.c | 311 write_sigio_pid = run_helper_thread(write_sigio_thread, NULL, in write_sigio_workaround()
|
/linux-2.6.39/arch/um/drivers/ |
D | chan_user.c | 243 err = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
|
/linux-2.6.39/arch/um/include/shared/ |
D | os.h | 210 extern int run_helper_thread(int (*proc)(void *), void *arg,
|