Home
last modified time | relevance | path

Searched refs:atomic_add_u (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Datomic.h16 #define atomic_read_u(p) atomic_add_u(p, 0)
60 unsigned atomic_add_u(unsigned *p, unsigned x);
602 atomic_add_u(unsigned *p, unsigned x) in atomic_add_u() function
Dprivate_symbols.txt112 atomic_add_u
Dprivate_namespace.h112 #define atomic_add_u JEMALLOC_N(atomic_add_u) macro
Dprivate_unnamespace.h112 #undef atomic_add_u
/external/jemalloc/src/
Dprof.c536 unsigned ngctxs = atomic_add_u(&cum_gctxs, 1); in prof_gctx_mutex_choose()
Djemalloc.c404 atomic_add_u(&narenas_total, 1); in narenas_total_inc()
Darena.c3303 atomic_add_u(&arena->nthreads, 1); in arena_nthreads_inc()