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

  /src/sys/kern/
kern_tc.c 113 /* Fields not to be copied in tc_windup start with th_generation. */
114 volatile u_int th_generation; /* current generation */ member in struct:timehands
132 .th_generation = 1,
474 * th->th_generation, I'm all ears.
485 gen = th->th_generation;
490 } while (gen == 0 || gen != th->th_generation);
556 gen = th->th_generation;
560 } while (gen == 0 || gen != th->th_generation);
572 gen = th->th_generation;
576 } while (gen == 0 || gen != th->th_generation);
    [all...]

Completed in 12 milliseconds