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.txt123 atomic_add_u
Dprivate_namespace.h123 #define atomic_add_u JEMALLOC_N(atomic_add_u) macro
Dprivate_unnamespace.h123 #undef atomic_add_u
/external/jemalloc/src/
Dprof.c537 unsigned ngctxs = atomic_add_u(&cum_gctxs, 1); in prof_gctx_mutex_choose()
Djemalloc.c426 atomic_add_u(&narenas_total, 1); in narenas_total_inc()
Darena.c3518 atomic_add_u(&arena->nthreads[internal], 1); in arena_nthreads_inc()