OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:th_disestablish
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/rump/kern/lib/libsimplehook_tester/
simplehook_tester.c
57
bool
th_disestablish
;
member in struct:tester_hook
241
if (th->
th_disestablish
&& th->th_hook != NULL) {
461
val = th->
th_disestablish
;
476
if (val == true && !th->
th_disestablish
) {
477
th->
th_disestablish
= true;
478
} else if (val == false && th->
th_disestablish
) {
479
th->
th_disestablish
= false;
Completed in 21 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025