OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlimbo
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
prof.c
398
* 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/
prof.h
127
/* 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 194 milliseconds