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

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c127 bool even_if_attached);
129 bool even_if_attached);
1918 prof_tdata_should_destroy_unlocked(prof_tdata_t *tdata, bool even_if_attached) argument
1920 if (tdata->attached && !even_if_attached)
1929 bool even_if_attached)
1933 return (prof_tdata_should_destroy_unlocked(tdata, even_if_attached));
1938 bool even_if_attached)
1944 assert(prof_tdata_should_destroy_unlocked(tdata, even_if_attached));
1956 prof_tdata_destroy(tsd_t *tsd, prof_tdata_t *tdata, bool even_if_attached) argument
1959 prof_tdata_destroy_locked(tsd, tdata, even_if_attached);
1928 prof_tdata_should_destroy(tsdn_t *tsdn, prof_tdata_t *tdata, bool even_if_attached) argument
1937 prof_tdata_destroy_locked(tsd_t *tsd, prof_tdata_t *tdata, bool even_if_attached) argument
[all...]

Completed in 74 milliseconds