Searched refs:atomic_cas_z (Results 1 - 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Datomic.h58 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) function
H A Dprivate_namespace.h107 #define atomic_cas_z JEMALLOC_N(atomic_cas_z) macro
H A Dprivate_unnamespace.h107 #undef atomic_cas_z macro
/external/jemalloc/src/
H A Dchunk.c36 while (cur > high && atomic_cas_z(&highchunks, high, cur)) {

Completed in 83 milliseconds