Home
last modified time | relevance | path

Searched refs:tsd_fetch_impl (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtsd.h256 tsd_fetch_impl(bool init, bool minimal) { in tsd_fetch_impl() function
276 return tsd_fetch_impl(true, true); in tsd_fetch_min()
291 return tsd_fetch_impl(true, false); in tsd_fetch()
305 return tsd_tsdn(tsd_fetch_impl(false, false)); in tsdn_fetch()