Searched refs:nlimbo (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/src/
H A Dprof.c398 * Set nlimbo to 1, in order to avoid a race condition with
401 ctx->nlimbo = 1;
416 * it. prof_lookup() increments ctx->nlimbo in order to avoid a race
426 ctx->nlimbo == 1) {
443 ctx->nlimbo--;
464 ctx->cnt_merged.curobjs == 0 && ctx->nlimbo == 0) {
466 * Increment ctx->nlimbo in order to keep another thread from
478 ctx->nlimbo++;
526 * Increment nlimbo, in order to avoid a race condition with
530 ctx.p->nlimbo
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprof.h127 /* Protects nlimbo, cnt_merged, and cnts_ql. */
136 * nlimbo must be 1 (single destroyer) in order to safely destroy the
139 unsigned nlimbo; member in struct:prof_ctx_s

Completed in 67 milliseconds