Searched refs:write_sigio_td (Results 1 – 1 of 1) sorted by relevance
26 static struct os_helper_thread *write_sigio_td; variable107 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