Searched refs:tsd_fetch_impl (Results 1 – 5 of 5) sorted by relevance
256 tsd_fetch_impl(bool init, bool minimal) { in tsd_fetch_impl() function276 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()
670 tsd_t *tsd_fetch_impl(bool init);690 tsd_fetch_impl(bool init) in tsd_fetch_impl() function717 return (tsd_fetch_impl(true)); in tsd_fetch()766 return (tsd_tsdn(tsd_fetch_impl(false))); in tsdn_fetch()
566 tsd_fetch_impl
563 #define tsd_fetch_impl JEMALLOC_N(tsd_fetch_impl) macro
563 #undef tsd_fetch_impl