Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Ddlil.h178 struct thread *dlth_poller_thread; /* poll thread */ member
H A Ddlil.c2082 VERIFY(inp->dlth_poller_thread == THREAD_NULL); in dlil_clean_threading_info()
3885 (poll && inp->dlth_poller_thread == THREAD_NULL))) { in dlil_input_async()
3889 VERIFY(inp->dlth_poller_thread == THREAD_NULL); in dlil_input_async()
3890 inp->dlth_poller_thread = tp; in dlil_input_async()
4249 VERIFY(inp->dlth_poller_thread == THREAD_NULL); in ifnet_start_thread_func()
8795 VERIFY(dl_inp->dlth_poller_thread == THREAD_NULL); in ifnet_attach()
9740 ptp = inp->dlth_poller_thread; in ifnet_detach_final()
9741 inp->dlth_poller_thread = THREAD_NULL; in ifnet_detach_final()