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

/netbsd-current/sys/rump/kern/lib/libsimplehook_tester/
H A Dsimplehook_tester.c55 bool th_stopping; member in struct:tester_hook
226 while (th->th_stopping) {
311 if (th->th_stopping) {
314 th->th_stopping = false;
402 val = th->th_stopping;
414 if (val == true && !th->th_stopping) {
415 th->th_stopping = true;
416 } else if (val == false && th->th_stopping) {
417 th->th_stopping = false;
687 th->th_stopping
[all...]

Completed in 142 milliseconds