Searched refs:tsd_fetch_impl (Results 1 – 2 of 2) 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()
55675 -tsd_fetch_impl(bool init, bool minimal) {55695 - return tsd_fetch_impl(true, true);55710 - return tsd_fetch_impl(true, false);55727 - return tsd_tsdn(tsd_fetch_impl(false, false));