Searched refs:ctx_cv (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/rump/kern/lib/libsimplehook_tester/
H A Dsimplehook_tester.c62 kcondvar_t ctx_cv; member in struct:tester_context
230 cv_wait(&ctx->ctx_cv, &ctx->ctx_mutex);
315 cv_broadcast(&ctx->ctx_cv);
418 cv_broadcast(&ctx->ctx_cv);
647 cv_init(&ctx->ctx_cv, "simplehook_tester_cv");
689 cv_broadcast(&ctx->ctx_cv);
698 cv_destroy(&ctx->ctx_cv);

Completed in 87 milliseconds