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

/freebsd-13-stable/usr.sbin/nscd/
H A Dnscd.c87 static void *processing_thread(void *);
550 processing_thread(void *data) function
555 TRACE_MSG("=> processing_thread");
567 TRACE_MSG("<= processing_thread");
849 pthread_create(&threads[i], NULL, processing_thread,

Completed in 282 milliseconds