Searched refs:even_if_attached (Results 1 – 1 of 1) sorted by relevance
143 bool even_if_attached);145 bool even_if_attached);1955 prof_tdata_should_destroy_unlocked(prof_tdata_t *tdata, bool even_if_attached) { in prof_tdata_should_destroy_unlocked() argument1956 if (tdata->attached && !even_if_attached) { in prof_tdata_should_destroy_unlocked()1967 bool even_if_attached) { in prof_tdata_should_destroy() argument1970 return prof_tdata_should_destroy_unlocked(tdata, even_if_attached); in prof_tdata_should_destroy()1975 bool even_if_attached) { in prof_tdata_destroy_locked() argument1980 assert(prof_tdata_should_destroy_unlocked(tdata, even_if_attached)); in prof_tdata_destroy_locked()1991 prof_tdata_destroy(tsd_t *tsd, prof_tdata_t *tdata, bool even_if_attached) { in prof_tdata_destroy() argument1993 prof_tdata_destroy_locked(tsd, tdata, even_if_attached); in prof_tdata_destroy()