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