Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dnwk_wq.c45 static void nwk_wq_thread_func(void *, wait_result_t);
48 static void nwk_wq_thread_func(void *v, wait_result_t w);
55 if (kernel_thread_start(nwk_wq_thread_func, in nwk_wq_init()
99 nwk_wq_thread_func(void *v, wait_result_t w) in nwk_wq_thread_func() function