HomeSort by: relevance | last modified time | path
    Searched defs:pool1 (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
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);

Completed in 150 milliseconds