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

/freebsd-13-stable/contrib/jemalloc/src/
H A Dprof.c239 bool even_if_attached);
241 bool even_if_attached);
2253 prof_tdata_should_destroy_unlocked(prof_tdata_t *tdata, bool even_if_attached) { argument
2254 if (tdata->attached && !even_if_attached) {
2265 bool even_if_attached) {
2268 return prof_tdata_should_destroy_unlocked(tdata, even_if_attached);
2273 bool even_if_attached) {
2278 assert(prof_tdata_should_destroy_unlocked(tdata, even_if_attached));
2289 prof_tdata_destroy(tsd_t *tsd, prof_tdata_t *tdata, bool even_if_attached) { argument
2291 prof_tdata_destroy_locked(tsd, tdata, even_if_attached);
2264 prof_tdata_should_destroy(tsdn_t *tsdn, prof_tdata_t *tdata, bool even_if_attached) argument
2272 prof_tdata_destroy_locked(tsd_t *tsd, prof_tdata_t *tdata, bool even_if_attached) argument
[all...]

Completed in 102 milliseconds