Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c193 static thread_t na_destroyer_thread = THREAD_NULL; variable
231 ASSERT(na_destroyer_thread == THREAD_NULL); in na_init()
233 NULL, &na_destroyer_thread) != KERN_SUCCESS) { in na_init()
245 if (na_destroyer_thread != THREAD_NULL) { in na_fini()
247 thread_deallocate(na_destroyer_thread); in na_fini()
249 (void) thread_terminate(na_destroyer_thread); in na_fini()
250 na_destroyer_thread = THREAD_NULL; in na_fini()