HomeSort by: relevance | last modified time | path
    Searched defs:th_stopped (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/kern/lib/libsimplehook_tester/
simplehook_tester.c 56 bool th_stopped; member in struct:tester_hook
224 th->th_stopped = false;
229 th->th_stopped = true;
233 if (th->th_stopped) {
236 th->th_stopped = false;
438 val = th->th_stopped;
simplehook_tester.c 56 bool th_stopped; member in struct:tester_hook
224 th->th_stopped = false;
229 th->th_stopped = true;
233 if (th->th_stopped) {
236 th->th_stopped = false;
438 val = th->th_stopped;

Completed in 21 milliseconds