HomeSort by: relevance | last modified time | path
    Searched refs:cur_dst (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
lockedint.h 129 uint64_t cur_dst = atomic_load_u64(&dst->val, ATOMIC_RELAXED); local
130 atomic_store_u64(&dst->val, src + cur_dst, ATOMIC_RELAXED);
192 size_t cur_dst = atomic_load_zu(&dst->val, ATOMIC_RELAXED); local
193 atomic_store_zu(&dst->val, src + cur_dst, ATOMIC_RELAXED);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
lockedint.h 129 uint64_t cur_dst = atomic_load_u64(&dst->val, ATOMIC_RELAXED); local
130 atomic_store_u64(&dst->val, src + cur_dst, ATOMIC_RELAXED);
192 size_t cur_dst = atomic_load_zu(&dst->val, ATOMIC_RELAXED); local
193 atomic_store_zu(&dst->val, src + cur_dst, ATOMIC_RELAXED);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
lockedint.h 133 uint64_t cur_dst = atomic_load_u64(&dst->val, ATOMIC_RELAXED); local
134 atomic_store_u64(&dst->val, src + cur_dst, ATOMIC_RELAXED);
194 size_t cur_dst = atomic_load_zu(&dst->val, ATOMIC_RELAXED); local
195 atomic_store_zu(&dst->val, src + cur_dst, ATOMIC_RELAXED);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
lockedint.h 133 uint64_t cur_dst = atomic_load_u64(&dst->val, ATOMIC_RELAXED); local
134 atomic_store_u64(&dst->val, src + cur_dst, ATOMIC_RELAXED);
194 size_t cur_dst = atomic_load_zu(&dst->val, ATOMIC_RELAXED); local
195 atomic_store_zu(&dst->val, src + cur_dst, ATOMIC_RELAXED);
  /src/external/bsd/jemalloc.old/dist/src/
ctl.c 931 size_t cur_dst = atomic_load_zu(dst, ATOMIC_RELAXED); local
933 atomic_store_zu(dst, cur_dst + cur_src, ATOMIC_RELAXED);
  /src/external/bsd/jemalloc/dist/src/
ctl.c 950 size_t cur_dst = atomic_load_zu(dst, ATOMIC_RELAXED); local
952 atomic_store_zu(dst, cur_dst + cur_src, ATOMIC_RELAXED);

Completed in 31 milliseconds