Searched refs:atomic_cas_z (Results 1 – 5 of 5) sorted by relevance
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
120 atomic_cas_z
120 #define atomic_cas_z JEMALLOC_N(atomic_cas_z) macro
120 #undef atomic_cas_z
154 while (cur > high && atomic_cas_z(&highchunks, high, cur)) { in chunk_register()