Searched refs:atomic_sub_u (Results 1 – 5 of 5) sorted by relevance
61 unsigned atomic_sub_u(unsigned *p, unsigned x);613 atomic_sub_u(unsigned *p, unsigned x) in atomic_sub_u() function
133 atomic_sub_u
133 #define atomic_sub_u JEMALLOC_N(atomic_sub_u) macro
133 #undef atomic_sub_u
3525 atomic_sub_u(&arena->nthreads[internal], 1); in arena_nthreads_dec()