Home
last modified time | relevance | path

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

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