Lines Matching refs:tsd_t
133 tsd_t tsd;
137 tsd_tsdn(tsd_t *tsd) { in tsd_tsdn()
146 JEMALLOC_ALWAYS_INLINE tsd_t *
156 tsd_t *malloc_tsd_boot0(void);
159 tsd_t *tsd_fetch_slow(tsd_t *tsd, bool internal);
160 void tsd_slow_update(tsd_t *tsd);
184 tsd_##n##p_get_unsafe(tsd_t *tsd) { \
193 tsd_##n##p_get(tsd_t *tsd) { \
213 tsd_t *tsd = tsdn_tsd(tsdn); \
222 tsd_##n##_get(tsd_t *tsd) { \
231 tsd_##n##_set(tsd_t *tsd, t val) { \
240 tsd_assert_fast(tsd_t *tsd) { in tsd_assert_fast()
246 tsd_fast(tsd_t *tsd) { in tsd_fast()
255 JEMALLOC_ALWAYS_INLINE tsd_t *
257 tsd_t *tsd = tsd_get(init); in tsd_fetch_impl()
274 JEMALLOC_ALWAYS_INLINE tsd_t *
280 JEMALLOC_ALWAYS_INLINE tsd_t *
282 tsd_t *tsd = tsd_fetch_min(); in tsd_internal_fetch()
289 JEMALLOC_ALWAYS_INLINE tsd_t *
295 tsd_nominal(tsd_t *tsd) { in tsd_nominal()
309 tsd_rtree_ctx(tsd_t *tsd) { in tsd_rtree_ctx()