Home
last modified time | relevance | path

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

/linux-6.15/arch/um/os-Linux/
H A Dsigio.c25 static struct os_helper_thread *write_sigio_td; variable
106 if (write_sigio_td) in write_sigio_workaround()
116 err = os_run_helper_thread(&write_sigio_td, write_sigio_thread, NULL); in write_sigio_workaround()
150 if (!write_sigio_td) in sigio_cleanup()
153 os_kill_helper_thread(write_sigio_td); in sigio_cleanup()
154 write_sigio_td = NULL; in sigio_cleanup()