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

/external/jemalloc/include/jemalloc/internal/
H A Datomic.h61 unsigned atomic_sub_u(unsigned *p, unsigned x);
613 atomic_sub_u(unsigned *p, unsigned x) function
H A Dprivate_namespace.h122 #define atomic_sub_u JEMALLOC_N(atomic_sub_u) macro
H A Dprivate_unnamespace.h122 #undef atomic_sub_u macro
/external/jemalloc/src/
H A Darena.c3310 atomic_sub_u(&arena->nthreads, 1);

Completed in 1854 milliseconds