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

/freebsd-10.1-release/contrib/jemalloc/src/
H A Dprof.c477 * Set nlimbo to 1, in order to avoid a race condition
480 ctx.p->nlimbo = 1;
493 * Increment nlimbo, in order to avoid a race condition
497 ctx.p->nlimbo++;
543 ctx.p->nlimbo--;
682 * it. prof_lookup() increments ctx->nlimbo in order to avoid a race
692 ctx->nlimbo == 1) {
709 ctx->nlimbo--;
730 ctx->cnt_merged.curobjs == 0 && ctx->nlimbo == 0) {
732 * Increment ctx->nlimbo i
[all...]
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h124 /* Protects nlimbo, cnt_merged, and cnts_ql. */
132 * nlimbo must be 1 (single destroyer) in order to safely destroy the
135 unsigned nlimbo; member in struct:prof_ctx_s

Completed in 118 milliseconds