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

  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 70 struct threadpool *pool, *opool = NULL; local in function:threadpool_tester_get_unbound
97 opool = ctx->ctx_unbound[pri_to_idx(val)];
100 if (opool != NULL) {
103 __func__, val, opool == pool ? "match" : "NO MATCH"));
104 KASSERT(opool == pool);
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 70 struct threadpool *pool, *opool = NULL; local in function:threadpool_tester_get_unbound
97 opool = ctx->ctx_unbound[pri_to_idx(val)];
100 if (opool != NULL) {
103 __func__, val, opool == pool ? "match" : "NO MATCH"));
104 KASSERT(opool == pool);

Completed in 13 milliseconds