Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c44 static unsigned cum_ctxs; /* Atomic counter. */ variable
386 unsigned nctxs = atomic_add_u(&cum_ctxs, 1); in prof_ctx_mutex_choose()