Searched refs:ts_type_gencount (Results 1 – 3 of 3) sorted by relevance
21 … type_and_gencount = Cast(addressof(turnstile.ts_type_gencount), 'union turnstile_type_gencount *')
350 …_Atomic uint32_t ts_type_gencount; /* gen count used for priority chaining (IL),… member
205 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_get_type()248 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_get_gencount()258 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_set_type_and_increment_gencount()261 atomic_store_explicit(&turnstile->ts_type_gencount, type_and_gencount.value, memory_order_relaxed); in turnstile_set_type_and_increment_gencount()