Home | Sort by: relevance | last modified time | path |
/src/tests/rump/kernspace/ | |
threadpool.c | 50 struct threadpool *pool0, *pool1, *pool2; local in function:rumptest_threadpool_unbound_lifecycle 61 error = threadpool_get(&pool2, PRI_KERNEL_RT); 64 KASSERT(pool0 != pool2); 68 threadpool_put(pool2, PRI_KERNEL_RT); |
threadpool.c | 50 struct threadpool *pool0, *pool1, *pool2; local in function:rumptest_threadpool_unbound_lifecycle 61 error = threadpool_get(&pool2, PRI_KERNEL_RT); 64 KASSERT(pool0 != pool2); 68 threadpool_put(pool2, PRI_KERNEL_RT); |