Home
last modified time | relevance | path

Searched refs:ts_type_gencount (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/
H A Dturnstile.py15 … type_and_gencount = Cast(addressof(turnstile.ts_type_gencount), 'union turnstile_type_gencount *')
/xnu-8019.80.24/osfmk/kern/
H A Dturnstile.h334 …_Atomic uint32_t ts_type_gencount; /* gen count used for priority chaining (IL),… member
H A Dturnstile.c215 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()