Searched refs:ts_type_gencount (Results 1 – 3 of 3) sorted by relevance
15 … type_and_gencount = Cast(addressof(turnstile.ts_type_gencount), 'union turnstile_type_gencount *')
334 …_Atomic uint32_t ts_type_gencount; /* gen count used for priority chaining (IL),… member
215 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_get_type()258 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_get_gencount()268 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_set_type_and_increment_gencount()271 atomic_store_explicit(&turnstile->ts_type_gencount, type_and_gencount.value, memory_order_relaxed); in turnstile_set_type_and_increment_gencount()863 os_atomic_init(&turnstile->ts_type_gencount, 0); in turnstile_init()