HomeSort by relevance Sort by last modified time
    Searched refs:nlimbo (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/src/
prof.c 561 * Set nlimbo to 1, in order to avoid a race condition with
564 gctx->nlimbo = 1;
582 * it. prof_lookup() increments gctx->nlimbo in order to avoid a race
589 assert(gctx->nlimbo != 0);
590 if (tctx_tree_empty(&gctx->tctxs) && gctx->nlimbo == 1) {
603 gctx->nlimbo--;
631 if (gctx->nlimbo != 0)
661 * Increment gctx->nlimbo in order to keep another
674 gctx->nlimbo++;
740 * Increment nlimbo, in order to avoid a race condition wit
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 141 /* Protects nlimbo, cnt_summed, and tctxs. */
151 * nlimbo must be 1 (single destroyer) in order to safely destroy the
154 unsigned nlimbo; member in struct:prof_gctx_s

Completed in 76 milliseconds