OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cnts_ql
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
prof.c
404
ql_new(&ctx->
cnts_ql
);
425
if (ql_first(&ctx->
cnts_ql
) == NULL && ctx->cnt_merged.curobjs == 0 &&
462
ql_remove(&ctx->
cnts_ql
, cnt, cnts_link);
463
if (opt_prof_accum == false && ql_first(&ctx->
cnts_ql
) == NULL &&
608
ql_tail_insert(&ctx->
cnts_ql
, ret.p, cnts_link);
826
ql_foreach(thr_cnt, &ctx->
cnts_ql
, cnts_link) {
/external/jemalloc/include/jemalloc/internal/
prof.h
74
* prof_ctx_t
cnts_ql
, so it is possible for the cur* counters to go
87
/* Linkage into prof_ctx_t's
cnts_ql
. */
98
* and link it into the prof_ctx_t's
cnts_ql
.
127
/* Protects nlimbo, cnt_merged, and
cnts_ql
. */
151
ql_head(prof_thr_cnt_t)
cnts_ql
;
member in struct:prof_ctx_s
Completed in 60 milliseconds