HomeSort by: relevance | last modified time | path
    Searched defs:pool2 (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 22 milliseconds