Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h257 tsd_fetch_impl(bool init, bool minimal) { in tsd_fetch_impl() function
277 return tsd_fetch_impl(true, true); in tsd_fetch_min()
292 return tsd_fetch_impl(true, false); in tsd_fetch()
306 return tsd_tsdn(tsd_fetch_impl(false, false)); in tsdn_fetch()