Searched refs:os_helper_thread (Results 1 – 6 of 6) sorted by relevance
176 struct os_helper_thread { struct180 int os_run_helper_thread(struct os_helper_thread **td_out, in os_run_helper_thread() argument183 struct os_helper_thread *td; in os_run_helper_thread()212 void os_kill_helper_thread(struct os_helper_thread *td) in os_kill_helper_thread()
26 static struct os_helper_thread *write_sigio_td;
12 int start_io_thread(struct os_helper_thread **td_out, int *fd_out);
28 int start_io_thread(struct os_helper_thread **td_out, int *fd_out) in start_io_thread()
477 static struct os_helper_thread *io_td;
227 struct os_helper_thread;228 int os_run_helper_thread(struct os_helper_thread **td_out,230 void os_kill_helper_thread(struct os_helper_thread *td);
Completed in 11 milliseconds