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

  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 55 struct threadpool_job ctx_job; member in struct:tester_context
183 threadpool_schedule_job(pool, &ctx->ctx_job);
312 threadpool_schedule_job(pool, &ctx->ctx_job);
349 container_of(job, struct tester_context, ctx_job);
378 threadpool_job_init(&tester_ctx.ctx_job, threadpool_tester_job,
462 threadpool_cancel_job(pool, &tester_ctx.ctx_job);
468 threadpool_cancel_job(pool, &tester_ctx.ctx_job);
474 threadpool_job_destroy(&tester_ctx.ctx_job);
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 55 struct threadpool_job ctx_job; member in struct:tester_context
183 threadpool_schedule_job(pool, &ctx->ctx_job);
312 threadpool_schedule_job(pool, &ctx->ctx_job);
349 container_of(job, struct tester_context, ctx_job);
378 threadpool_job_init(&tester_ctx.ctx_job, threadpool_tester_job,
462 threadpool_cancel_job(pool, &tester_ctx.ctx_job);
468 threadpool_cancel_job(pool, &tester_ctx.ctx_job);
474 threadpool_job_destroy(&tester_ctx.ctx_job);

Completed in 51 milliseconds