Home
last modified time | relevance | path

Searched refs:even_if_attached (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/jemalloc/src/
HDprof.c239 bool even_if_attached);
241 bool even_if_attached);
2253 prof_tdata_should_destroy_unlocked(prof_tdata_t *tdata, bool even_if_attached) { in prof_tdata_should_destroy_unlocked() argument
2254 if (tdata->attached && !even_if_attached) { in prof_tdata_should_destroy_unlocked()
2265 bool even_if_attached) { in prof_tdata_should_destroy() argument
2268 return prof_tdata_should_destroy_unlocked(tdata, even_if_attached); in prof_tdata_should_destroy()
2273 bool even_if_attached) { in prof_tdata_destroy_locked() argument
2278 assert(prof_tdata_should_destroy_unlocked(tdata, even_if_attached)); in prof_tdata_destroy_locked()
2289 prof_tdata_destroy(tsd_t *tsd, prof_tdata_t *tdata, bool even_if_attached) { in prof_tdata_destroy() argument
2291 prof_tdata_destroy_locked(tsd, tdata, even_if_attached); in prof_tdata_destroy()