Searched refs:sock_filter_cleanup_thread (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socketfilter.c89 static thread_t sock_filter_cleanup_thread = NULL; variable
167 if (sock_filter_cleanup_thread == NULL) {
169 kernel_thread_start(sflt_cleanup_thread, NULL, &sock_filter_cleanup_thread);

Completed in 24 milliseconds