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

  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 52 struct threadpool *ctx_unbound[PRI_COUNT + 1]; member in struct:tester_context
94 if (ctx->ctx_unbound[pri_to_idx(val)] == NULL)
95 ctx->ctx_unbound[pri_to_idx(val)] = pool;
97 opool = ctx->ctx_unbound[pri_to_idx(val)];
137 pool = ctx->ctx_unbound[pri_to_idx(val)];
138 ctx->ctx_unbound[pri_to_idx(val)] = NULL;
175 pool = ctx->ctx_unbound[pri_to_idx(val)];
451 tester_ctx.ctx_unbound[pri_to_idx(pri)];
464 tester_ctx.ctx_unbound[pri_to_idx(pri)] = NULL;
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 52 struct threadpool *ctx_unbound[PRI_COUNT + 1]; member in struct:tester_context
94 if (ctx->ctx_unbound[pri_to_idx(val)] == NULL)
95 ctx->ctx_unbound[pri_to_idx(val)] = pool;
97 opool = ctx->ctx_unbound[pri_to_idx(val)];
137 pool = ctx->ctx_unbound[pri_to_idx(val)];
138 ctx->ctx_unbound[pri_to_idx(val)] = NULL;
175 pool = ctx->ctx_unbound[pri_to_idx(val)];
451 tester_ctx.ctx_unbound[pri_to_idx(pri)];
464 tester_ctx.ctx_unbound[pri_to_idx(pri)] = NULL;

Completed in 28 milliseconds