Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_threadpool.c216 static void threadpool_dispatcher_thread(void *) __dead;
411 error = kthread_create(pri, ktflags, ci, &threadpool_dispatcher_thread, in threadpool_create()
964 threadpool_dispatcher_thread(void *arg) in threadpool_dispatcher_thread() function