Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Ddlil.h178 struct thread *dlth_poller_thread; /* poll thread */ member
H A Ddlil.c2207 VERIFY(inp->dlth_poller_thread == THREAD_NULL); in dlil_clean_threading_info()
3853 (poll && inp->dlth_poller_thread == THREAD_NULL))) { in dlil_input_async()
3857 VERIFY(inp->dlth_poller_thread == THREAD_NULL); in dlil_input_async()
3858 inp->dlth_poller_thread = tp; in dlil_input_async()
4149 VERIFY(inp->dlth_poller_thread == THREAD_NULL); in ifnet_start_thread_func()
8518 VERIFY(dl_inp->dlth_poller_thread == THREAD_NULL); in ifnet_attach()
9446 ptp = inp->dlth_poller_thread; in ifnet_detach_final()
9447 inp->dlth_poller_thread = THREAD_NULL; in ifnet_detach_final()