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
122 atomic_sub_u
122 #define atomic_sub_u JEMALLOC_N(atomic_sub_u) macro
122 #undef atomic_sub_u
3310 atomic_sub_u(&arena->nthreads, 1); in arena_nthreads_dec()