Home
last modified time | relevance | path

Searched refs:tsd_fetch_impl (Results 1 – 2 of 2) 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()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch55675 -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));