Searched refs:atomic_cas_z (Results 1 – 6 of 6) sorted by relevance
138 } while (atomic_cas_z(state, state0, state1)); in prng_lg_range_zu()
58 bool atomic_cas_z(size_t *p, size_t c, size_t s);578 atomic_cas_z(size_t *p, size_t c, size_t s) in atomic_cas_z() function
131 atomic_cas_z
131 #define atomic_cas_z JEMALLOC_N(atomic_cas_z) macro
131 #undef atomic_cas_z
156 while (cur > high && atomic_cas_z(&highchunks, high, cur)) { in chunk_register()