Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dtsd.c46 tsd_t *tsd = tsd_fetch(); in thd_start()
89 tsd_t *tsd = tsd_fetch(); in thd_start_reincarnated()
H A Dbase.c33 tsdn_t *tsdn = tsd_tsdn(tsd_fetch()); in TEST_BEGIN()
75 tsdn_t *tsdn = tsd_tsdn(tsd_fetch()); in TEST_BEGIN()
120 tsdn_t *tsdn = tsd_tsdn(tsd_fetch()); in TEST_BEGIN()
H A Dckh.c7 tsd = tsd_fetch(); in TEST_BEGIN()
31 tsd = tsd_fetch(); in TEST_BEGIN()
114 tsd = tsd_fetch(); in TEST_BEGIN()
H A Dbackground_thread.c78 tsd_t *tsd = tsd_fetch(); in TEST_BEGIN()
H A Ddecay.c202 decay_ticker = decay_ticker_get(tsd_fetch(), arena_ind); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c266 tsd = tsd_fetch(); in malloc_tsd_boot0()
274 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
H A Djemalloc.c1554 tsd = tsd_fetch(); in malloc_init_hard()
1999 tsd_t *tsd = tsd_fetch(); in imalloc()
2678 tsd = tsd_fetch(); in je_rallocx()
2842 tsd = tsd_fetch(); in je_xallocx()
2926 tsd_t *tsd = tsd_fetch(); in je_dallocx()
2986 tsd_t *tsd = tsd_fetch(); in je_sdallocx()
3066 tsd = tsd_fetch(); in je_mallctl()
3108 tsd = tsd_fetch(); in je_mallctlbymib()
3207 tsd = tsd_fetch(); in jemalloc_prefork()
3279 tsd = tsd_fetch(); in jemalloc_postfork_parent()
[all …]
H A Dbase.c44 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in base_map()
83 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in base_unmap()
H A Dprof.c943 tsd = tsd_fetch(); in prof_bt_count()
1683 tsd = tsd_fetch(); in prof_cnt_all()
1752 tsd = tsd_fetch(); in prof_fdump()
H A Dextent.c1199 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_pre_reentrancy()
1216 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_post_reentrancy()
H A Dctl.c679 ctl_arena_t *ret = arenas_i_impl(tsd_fetch(), i, true, false); in arenas_i()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd.h290 tsd_fetch(void) { in tsd_fetch() function