OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:th_hook
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/rump/kern/lib/libsimplehook_tester/
simplehook_tester.c
52
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 11 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025