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
107 atomic_cas_z
107 #define atomic_cas_z JEMALLOC_N(atomic_cas_z) macro
107 #undef atomic_cas_z
36 while (cur > high && atomic_cas_z(&highchunks, high, cur)) { in chunk_register()