Home
last modified time | relevance | path

Searched defs:threadpool (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_threadpool.c190 struct threadpool { struct
192 struct threadpool_thread tp_dispatcher; argument
202 static void threadpool_hold(struct threadpool *); argument
H A Dvfs_vnode.c208 static struct threadpool *threadpool; global() variable
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dthreadpool.rst2 .. _threadpool: target
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dworkqueue-threads.cc75 Workqueue_thread::Workqueue_thread(Workqueue_threader_threadpool* threadpool, in Workqueue_thread()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dworkqueue-threads.cc75 Workqueue_thread::Workqueue_thread(Workqueue_threader_threadpool* threadpool, in Workqueue_thread()
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dtaskq.c260 struct threadpool *threadpool; in taskq_create() local