Searched refs:even_if_attached (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 127 bool even_if_attached); 129 bool even_if_attached); 1847 prof_tdata_should_destroy_unlocked(prof_tdata_t *tdata, bool even_if_attached) in prof_tdata_should_destroy_unlocked() argument 1850 if (tdata->attached && !even_if_attached) in prof_tdata_should_destroy_unlocked() 1859 bool even_if_attached) in prof_tdata_should_destroy() argument 1864 return (prof_tdata_should_destroy_unlocked(tdata, even_if_attached)); in prof_tdata_should_destroy() 1869 bool even_if_attached) in prof_tdata_destroy_locked() argument 1876 assert(prof_tdata_should_destroy_unlocked(tdata, even_if_attached)); in prof_tdata_destroy_locked() 1885 prof_tdata_destroy(tsd_t *tsd, prof_tdata_t *tdata, bool even_if_attached) in prof_tdata_destroy() argument 1889 prof_tdata_destroy_locked(tsd, tdata, even_if_attached); in prof_tdata_destroy()
|
/external/jemalloc_new/src/ |
D | prof.c | 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() argument 1956 if (tdata->attached && !even_if_attached) { in prof_tdata_should_destroy_unlocked() 1967 bool even_if_attached) { in prof_tdata_should_destroy() argument 1970 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() argument 1980 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() argument 1993 prof_tdata_destroy_locked(tsd, tdata, even_if_attached); in prof_tdata_destroy()
|