Searched refs:tsd_fetch (Results 1 – 12 of 12) sorted by relevance
46 tsd_t *tsd = tsd_fetch(); in thd_start()89 tsd_t *tsd = tsd_fetch(); in thd_start_reincarnated()
33 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()
7 tsd = tsd_fetch(); in TEST_BEGIN()31 tsd = tsd_fetch(); in TEST_BEGIN()114 tsd = tsd_fetch(); in TEST_BEGIN()
78 tsd_t *tsd = tsd_fetch(); in TEST_BEGIN()
202 decay_ticker = decay_ticker_get(tsd_fetch(), arena_ind); in TEST_BEGIN()
266 tsd = tsd_fetch(); in malloc_tsd_boot0()274 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
1554 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 …]
44 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()
943 tsd = tsd_fetch(); in prof_bt_count()1683 tsd = tsd_fetch(); in prof_cnt_all()1752 tsd = tsd_fetch(); in prof_fdump()
1199 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()
679 ctl_arena_t *ret = arenas_i_impl(tsd_fetch(), i, true, false); in arenas_i()
290 tsd_fetch(void) { in tsd_fetch() function