Searched refs:even_if_attached (Results 1 – 1 of 1) sorted by relevance
239 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() argument2254 if (tdata->attached && !even_if_attached) { in prof_tdata_should_destroy_unlocked()2265 bool even_if_attached) { in prof_tdata_should_destroy() argument2268 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() argument2278 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() argument2291 prof_tdata_destroy_locked(tsd, tdata, even_if_attached); in prof_tdata_destroy()