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 56 error = threadpool_get(&pool1, PRI_NONE); 59 KASSERT(pool0 == pool1); 67 threadpool_put(pool1, PRI_NONE); |
threadpool.c | 50 struct threadpool *pool0, *pool1, *pool2; local in function:rumptest_threadpool_unbound_lifecycle 56 error = threadpool_get(&pool1, PRI_NONE); 59 KASSERT(pool0 == pool1); 67 threadpool_put(pool1, PRI_NONE); |