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

/netbsd-current/sys/rump/kern/lib/libsimplehook_tester/
H A Dsimplehook_tester.c52 khook_t *th_hook; member in struct:tester_hook
132 ctx->ctx_hook[i].th_hook = NULL;
241 if (th->th_disestablish && th->th_hook != NULL) {
245 th->th_hook, &ctx->ctx_mutex);
246 th->th_hook = NULL;
283 val = th->th_hook == NULL ? 0 : 1;
297 if (th->th_hook != NULL) {
300 th->th_hook = simplehook_establish(ctx->ctx_hooks,
302 KASSERT(th->th_hook != NULL);
304 __func__, __LINE__, th->th_idx, th->th_hook));
[all...]

Completed in 130 milliseconds