Searched refs:th_generation (Results 1 – 1 of 1) sorted by relevance
73 volatile u_int th_generation; member207 gen = th->th_generation; in fbclock_binuptime()210 } while (gen == 0 || gen != th->th_generation); in fbclock_binuptime()265 gen = th->th_generation; in fbclock_getbinuptime()267 } while (gen == 0 || gen != th->th_generation); in fbclock_getbinuptime()278 gen = th->th_generation; in fbclock_getnanouptime()280 } while (gen == 0 || gen != th->th_generation); in fbclock_getnanouptime()291 gen = th->th_generation; in fbclock_getmicrouptime()293 } while (gen == 0 || gen != th->th_generation); in fbclock_getmicrouptime()304 gen = th->th_generation; in fbclock_getbintime()[all …]