Searched refs:ts_type_gencount (Results 1 – 2 of 2) sorted by relevance
355 …_Atomic uint32_t ts_type_gencount; /* gen count used for priority chaining (IL),… member
207 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_get_type()250 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_get_gencount()260 type_and_gencount.value = atomic_load_explicit(&turnstile->ts_type_gencount, memory_order_relaxed); in turnstile_set_type_and_increment_gencount()263 atomic_store_explicit(&turnstile->ts_type_gencount, type_and_gencount.value, memory_order_relaxed); in turnstile_set_type_and_increment_gencount()