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 114 /* Fields not to be copied in tc_windup start with th_generation. */
115 volatile u_int th_generation; /* current generation */ member in struct:timehands
133 .th_generation = 1,
475 * th->th_generation, I'm all ears.
486 gen = th->th_generation;
491 } while (gen == 0 || gen != th->th_generation);
557 gen = th->th_generation;
561 } while (gen == 0 || gen != th->th_generation);
573 gen = th->th_generation;
577 } while (gen == 0 || gen != th->th_generation);
    [all...]

Completed in 21 milliseconds