Home
last modified time | relevance | path

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

/netbsd/src/tests/rump/kernspace/
Dthreadpool.c50 struct threadpool *pool0, *pool1, *pool2; in rumptest_threadpool_unbound_lifecycle() local
61 error = threadpool_get(&pool2, PRI_KERNEL_RT); in rumptest_threadpool_unbound_lifecycle()
64 KASSERT(pool0 != pool2); in rumptest_threadpool_unbound_lifecycle()
68 threadpool_put(pool2, PRI_KERNEL_RT); in rumptest_threadpool_unbound_lifecycle()