Searched refs:th_generation (Results 1 – 1 of 1) sorted by relevance
73 volatile u_int th_generation; member209 gen = th->th_generation; in fbclock_binuptime()212 } while (gen == 0 || gen != th->th_generation); in fbclock_binuptime()267 gen = th->th_generation; in fbclock_getbinuptime()269 } while (gen == 0 || gen != th->th_generation); in fbclock_getbinuptime()280 gen = th->th_generation; in fbclock_getnanouptime()282 } while (gen == 0 || gen != th->th_generation); in fbclock_getnanouptime()293 gen = th->th_generation; in fbclock_getmicrouptime()295 } while (gen == 0 || gen != th->th_generation); in fbclock_getmicrouptime()306 gen = th->th_generation; in fbclock_getbintime()[all …]