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()
1570 tsd = tsd_fetch();2015 tsd_t *tsd = tsd_fetch();2318 tsd_t *tsd = tsd_fetch();2334 tsd_t *tsd = tsd_fetch();2694 tsd = tsd_fetch();2858 tsd = tsd_fetch();2942 tsd_t *tsd = tsd_fetch();3002 tsd_t *tsd = tsd_fetch();3082 tsd = tsd_fetch();3102 tsd_t *tsd = tsd_fetch();[all …]
266 tsd = tsd_fetch(); in malloc_tsd_boot0()274 tsd_t *tsd = tsd_fetch(); in malloc_tsd_boot1()
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()
1215 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); in extent_hook_pre_reentrancy()1232 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