Home
last modified time | relevance | path

Searched refs:atomic_sub_u (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Datomic.h61 unsigned atomic_sub_u(unsigned *p, unsigned x);
613 atomic_sub_u(unsigned *p, unsigned x) in atomic_sub_u() function
Dprivate_symbols.txt133 atomic_sub_u
Dprivate_namespace.h133 #define atomic_sub_u JEMALLOC_N(atomic_sub_u) macro
Dprivate_unnamespace.h133 #undef atomic_sub_u
/external/jemalloc/src/
Darena.c3525 atomic_sub_u(&arena->nthreads[internal], 1); in arena_nthreads_dec()