Home
last modified time | relevance | path

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

/arch/um/os-Linux/
A Dsigio.c26 static struct os_helper_thread *write_sigio_td; variable
107 if (write_sigio_td) in write_sigio_workaround()
117 err = os_run_helper_thread(&write_sigio_td, write_sigio_thread, NULL); in write_sigio_workaround()
151 if (!write_sigio_td) in sigio_cleanup()
154 os_kill_helper_thread(write_sigio_td); in sigio_cleanup()
155 write_sigio_td = NULL; in sigio_cleanup()

Completed in 4 milliseconds