Home
last modified time | relevance | path

Searched defs:tsd (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/jemalloc/src/
H A Dtsd.c88 ql_elm_new(tsd, TSD_MANGLE(tsd_link)); in tsd_add_nominal() argument
69 tsd_in_nominal_list(tsd_t * tsd) tsd_in_nominal_list() argument
98 tsd_remove_nominal(tsd_t * tsd) tsd_remove_nominal() argument
145 tsd_local_slow(tsd_t * tsd) tsd_local_slow() argument
158 tsd_state_compute(tsd_t * tsd) tsd_state_compute() argument
171 tsd_slow_update(tsd_t * tsd) tsd_slow_update() argument
181 tsd_state_set(tsd_t * tsd,uint8_t new_state) tsd_state_set() argument
219 tsd_data_init(tsd_t * tsd) tsd_data_init() argument
240 assert_tsd_data_cleanup_done(tsd_t * tsd) assert_tsd_data_cleanup_done() argument
252 tsd_data_init_nocleanup(tsd_t * tsd) tsd_data_init_nocleanup() argument
270 tsd_fetch_slow(tsd_t * tsd,bool minimal) tsd_fetch_slow() argument
363 tsd_do_data_cleanup(tsd_t * tsd) tsd_do_data_cleanup() argument
374 tsd_t *tsd = (tsd_t *)arg; tsd_cleanup() local
419 tsd_t *tsd; malloc_tsd_boot0() local
437 tsd_t *tsd = tsd_fetch(); malloc_tsd_boot1() local
517 tsd_prefork(tsd_t * tsd) tsd_prefork() argument
522 tsd_postfork_parent(tsd_t * tsd) tsd_postfork_parent() argument
527 tsd_postfork_child(tsd_t * tsd) tsd_postfork_child() argument
[all...]
H A Dtcache.c41 tcache_event_hard(tsd_t * tsd,tcache_t * tcache) tcache_event_hard() argument
134 tcache_bin_flush_small(tsd_t * tsd,tcache_t * tcache,cache_bin_t * tbin,szind_t binind,unsigned rem) tcache_bin_flush_small() argument
230 tcache_bin_flush_large(tsd_t * tsd,cache_bin_t * tbin,szind_t binind,unsigned rem,tcache_t * tcache) tcache_bin_flush_large() argument
395 tsd_tcache_enabled_data_init(tsd_t * tsd) tsd_tcache_enabled_data_init() argument
410 tcache_init(tsd_t * tsd,tcache_t * tcache,void * avail_stack) tcache_init() argument
444 tsd_tcache_data_init(tsd_t * tsd) tsd_tcache_data_init() argument
486 tcache_create_explicit(tsd_t * tsd) tcache_create_explicit() argument
512 tcache_flush_cache(tsd_t * tsd,tcache_t * tcache) tcache_flush_cache() argument
540 tcache_flush(tsd_t * tsd) tcache_flush() argument
546 tcache_destroy(tsd_t * tsd,tcache_t * tcache,bool tsd_tcache) tcache_destroy() argument
582 tcache_cleanup(tsd_t * tsd) tcache_cleanup() argument
625 tcaches_create_prep(tsd_t * tsd) tcaches_create_prep() argument
651 tcaches_create(tsd_t * tsd,unsigned * r_ind) tcaches_create() argument
689 tcaches_elm_remove(tsd_t * tsd,tcaches_t * elm,bool allow_reinit) tcaches_elm_remove() argument
709 tcaches_flush(tsd_t * tsd,unsigned ind) tcaches_flush() argument
720 tcaches_destroy(tsd_t * tsd,unsigned ind) tcaches_destroy() argument
[all...]
H A Dctl.c726 arenas_i_impl(tsd_t * tsd,size_t i,bool compat,bool init) arenas_i_impl() argument
1004 ctl_arena_init(tsd_t * tsd,extent_hooks_t * extent_hooks) ctl_arena_init() argument
1118 ctl_init(tsd_t * tsd) ctl_init() argument
1292 ctl_byname(tsd_t * tsd,const char * name,void * oldp,size_t * oldlenp,void * newp,size_t newlen) ctl_byname() argument
1324 ctl_nametomib(tsd_t * tsd,const char * name,size_t * mibp,size_t * miblenp) ctl_nametomib() argument
1338 ctl_bymib(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) ctl_bymib() argument
1635 background_thread_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) background_thread_ctl() argument
1687 max_background_threads_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) max_background_threads_ctl() argument
1890 thread_tcache_flush_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) thread_tcache_flush_ctl() argument
1911 thread_prof_name_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) thread_prof_name_ctl() argument
1943 thread_prof_active_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) thread_prof_active_ctl() argument
1974 tcache_create_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) tcache_create_ctl() argument
1992 tcache_flush_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) tcache_flush_ctl() argument
2012 tcache_destroy_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) tcache_destroy_ctl() argument
2034 arena_i_initialized_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_initialized_ctl() argument
2103 arena_i_decay_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_decay_ctl() argument
2119 arena_i_purge_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_purge_ctl() argument
2135 arena_i_reset_destroy_helper(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen,unsigned * arena_ind,arena_t ** arena) arena_i_reset_destroy_helper() argument
2156 arena_reset_prepare_background_thread(tsd_t * tsd,unsigned arena_ind) arena_reset_prepare_background_thread() argument
2172 arena_reset_finish_background_thread(tsd_t * tsd,unsigned arena_ind) arena_reset_finish_background_thread() argument
2187 arena_i_reset_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_reset_ctl() argument
2207 arena_i_destroy_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_destroy_ctl() argument
2248 arena_i_dss_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_dss_ctl() argument
2309 arena_i_decay_ms_ctl_impl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen,bool dirty) arena_i_decay_ms_ctl_impl() argument
2357 arena_i_dirty_decay_ms_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_dirty_decay_ms_ctl() argument
2364 arena_i_muzzy_decay_ms_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_muzzy_decay_ms_ctl() argument
2371 arena_i_extent_hooks_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_extent_hooks_ctl() argument
2426 arena_i_retain_grow_limit_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arena_i_retain_grow_limit_ctl() argument
2489 arenas_narenas_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arenas_narenas_ctl() argument
2510 arenas_decay_ms_ctl_impl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen,bool dirty) arenas_decay_ms_ctl_impl() argument
2538 arenas_dirty_decay_ms_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arenas_dirty_decay_ms_ctl() argument
2545 arenas_muzzy_decay_ms_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arenas_muzzy_decay_ms_ctl() argument
2582 arenas_create_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arenas_create_ctl() argument
2605 arenas_lookup_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) arenas_lookup_ctl() argument
2638 prof_thread_active_init_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) prof_thread_active_init_ctl() argument
2666 prof_active_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) prof_active_ctl() argument
2692 prof_dump_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) prof_dump_ctl() argument
2715 prof_gdump_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) prof_gdump_ctl() argument
2741 prof_reset_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) prof_reset_ctl() argument
2791 prof_log_stop_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) prof_log_stop_ctl() argument
2954 stats_mutexes_reset_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) stats_mutexes_reset_ctl() argument
3120 experimental_hooks_install_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) experimental_hooks_install_ctl() argument
3148 experimental_hooks_remove_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) experimental_hooks_remove_ctl() argument
3231 experimental_utilization_query_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) experimental_utilization_query_ctl() argument
3356 experimental_utilization_batch_query_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) experimental_utilization_batch_query_ctl() argument
3401 experimental_arenas_i_pactivep_ctl(tsd_t * tsd,const size_t * mib,size_t miblen,void * oldp,size_t * oldlenp,void * newp,size_t newlen) experimental_arenas_i_pactivep_ctl() argument
[all...]
H A Dprof.c365 prof_log_bt_index(tsd_t * tsd,prof_bt_t * bt) prof_log_bt_index() argument
407 prof_log_thr_index(tsd_t * tsd,uint64_t thr_uid,const char * name) prof_log_thr_index() argument
444 prof_try_log(tsd_t * tsd,const void * ptr,size_t usize,prof_tctx_t * tctx) prof_try_log() argument
521 prof_free_sampled_object(tsd_t * tsd,const void * ptr,size_t usize,prof_tctx_t * tctx) prof_free_sampled_object() argument
548 prof_enter(tsd_t * tsd,prof_tdata_t * tdata) prof_enter() argument
561 prof_leave(tsd_t * tsd,prof_tdata_t * tdata) prof_leave() argument
847 prof_gctx_try_destroy(tsd_t * tsd,prof_tdata_t * tdata_self,prof_gctx_t * gctx,prof_tdata_t * tdata) prof_gctx_try_destroy() argument
912 prof_tctx_destroy(tsd_t * tsd,prof_tctx_t * tctx) prof_tctx_destroy() argument
988 prof_lookup_global(tsd_t * tsd,prof_bt_t * bt,prof_tdata_t * tdata,void ** p_btkey,prof_gctx_t ** p_gctx,bool * p_new_gctx) prof_lookup_global() argument
1053 prof_lookup(tsd_t * tsd,prof_bt_t * bt) prof_lookup() argument
1210 tsd_t *tsd; prof_bt_count() local
1490 prof_gctx_finish(tsd_t * tsd,prof_gctx_tree_t * gctxs) prof_gctx_finish() argument
1823 prof_dump_prep(tsd_t * tsd,prof_tdata_t * tdata,struct prof_tdata_merge_iter_arg_s * prof_tdata_merge_iter_arg,struct prof_gctx_merge_iter_arg_s * prof_gctx_merge_iter_arg,prof_gctx_tree_t * gctxs) prof_dump_prep() argument
1865 prof_dump_file(tsd_t * tsd,bool propagate_err,const char * filename,bool leakcheck,prof_tdata_t * tdata,struct prof_tdata_merge_iter_arg_s * prof_tdata_merge_iter_arg,struct prof_gctx_merge_iter_arg_s * prof_gctx_merge_iter_arg,struct prof_gctx_dump_iter_arg_s * prof_gctx_dump_iter_arg,prof_gctx_tree_t * gctxs) prof_dump_file() argument
1906 prof_dump(tsd_t * tsd,bool propagate_err,const char * filename,bool leakcheck) prof_dump() argument
1948 tsd_t *tsd; prof_cnt_all() local
2013 tsd_t *tsd; prof_fdump() local
2050 tsd_t *tsd; prof_idump() local
2083 prof_mdump(tsd_t * tsd,const char * filename) prof_mdump() argument
2107 tsd_t *tsd; prof_gdump() local
2201 prof_tdata_init_impl(tsd_t * tsd,uint64_t thr_uid,uint64_t thr_discrim,char * thread_name,bool active) prof_tdata_init_impl() argument
2247 prof_tdata_init(tsd_t * tsd) prof_tdata_init() argument
2272 prof_tdata_destroy_locked(tsd_t * tsd,prof_tdata_t * tdata,bool even_if_attached) prof_tdata_destroy_locked() argument
2289 prof_tdata_destroy(tsd_t * tsd,prof_tdata_t * tdata,bool even_if_attached) prof_tdata_destroy() argument
2296 prof_tdata_detach(tsd_t * tsd,prof_tdata_t * tdata) prof_tdata_detach() argument
2321 prof_tdata_reinit(tsd_t * tsd,prof_tdata_t * tdata) prof_tdata_reinit() argument
2359 prof_reset(tsd_t * tsd,size_t lg_sample) prof_reset() argument
2386 prof_tdata_cleanup(tsd_t * tsd) prof_tdata_cleanup() argument
2554 tsd_t *tsd = tsd_fetch(); prof_log_stop_final() local
2581 prof_log_emit_threads(tsd_t * tsd,emitter_t * emitter) prof_log_emit_threads() argument
2605 prof_log_emit_traces(tsd_t * tsd,emitter_t * emitter) prof_log_emit_traces() argument
2634 prof_log_emit_allocs(tsd_t * tsd,emitter_t * emitter) prof_log_emit_allocs() argument
2701 tsd_t *tsd = tsdn_tsd(tsdn); prof_log_stop() local
2783 prof_thread_name_get(tsd_t * tsd) prof_thread_name_get() argument
2817 prof_thread_name_set(tsd_t * tsd,const char * thread_name) prof_thread_name_set() argument
2855 prof_thread_active_get(tsd_t * tsd) prof_thread_active_get() argument
2866 prof_thread_active_set(tsd_t * tsd,bool active) prof_thread_active_set() argument
2952 prof_boot2(tsd_t * tsd) prof_boot2() argument
[all...]
H A Dckh.c257 ckh_grow(tsd_t * tsd,ckh_t * ckh) ckh_grow() argument
312 ckh_shrink(tsd_t * tsd,ckh_t * ckh) ckh_shrink() argument
360 ckh_new(tsd_t * tsd,ckh_t * ckh,size_t minitems,ckh_hash_t * hash,ckh_keycomp_t * keycomp) ckh_new() argument
417 ckh_delete(tsd_t * tsd,ckh_t * ckh) ckh_delete() argument
467 ckh_insert(tsd_t * tsd,ckh_t * ckh,const void * key,const void * data) ckh_insert() argument
490 ckh_remove(tsd_t * tsd,ckh_t * ckh,const void * searchkey,void ** key,void ** data) ckh_remove() argument
[all...]
H A Djemalloc.c456 arena_bind(tsd_t *tsd, unsigned ind, bool internal) { in arena_bind()
476 arena_migrate(tsd_t *tsd, arena_t *oldarena, arena_t *newarena) { in arena_migrate()
492 arena_unbind(tsd_t *tsd, unsigned ind, bool internal) { in arena_unbind()
507 arena_choose_hard(tsd_t *tsd, bool internal) { in arena_choose_hard()
620 iarena_cleanup(tsd_t *tsd) { in iarena_cleanup()
630 arena_cleanup(tsd_t *tsd) { in arena_cleanup()
686 tsd_t *tsd = tsdn_tsd(tsdn); in check_entry_exit_locking() local
2109 tsd_t *tsd = tsdn_tsd(tsdn); in malloc_init_hard_cleanup() local
2117 tsd_t *tsd; in malloc_init_hard() local
2335 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) { in tcache_get_from_ind()
[all …]
H A Dbackground_thread.c54 bool background_threads_enable(tsd_t *tsd) NOT_REACHED in background_thread_create() argument
[all...]
H A Dbase.c44 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); base_map() local
83 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); base_unmap() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h12 tcache_enabled_get(tsd_t *tsd) { in tcache_enabled_get() argument
17 tcache_enabled_set(tsd_t *tsd, bool enabled) { in tcache_enabled_set() argument
31 tcache_event(tsd_t * tsd,tcache_t * tcache) tcache_event() argument
42 tcache_alloc_small(tsd_t * tsd,arena_t * arena,tcache_t * tcache,size_t size,szind_t binind,bool zero,bool slow_path) tcache_alloc_small() argument
104 tcache_alloc_large(tsd_t * tsd,arena_t * arena,tcache_t * tcache,size_t size,szind_t binind,bool zero,bool slow_path) tcache_alloc_large() argument
164 tcache_dalloc_small(tsd_t * tsd,tcache_t * tcache,void * ptr,szind_t binind,bool slow_path) tcache_dalloc_small() argument
189 tcache_dalloc_large(tsd_t * tsd,tcache_t * tcache,void * ptr,szind_t binind,bool slow_path) tcache_dalloc_large() argument
216 tcaches_get(tsd_t * tsd,unsigned ind) tcaches_get() argument
[all...]
H A Djemalloc_internal_inlines_a.h60 arena_tdata_get(tsd_t * tsd,unsigned ind,bool refresh_if_missing) arena_tdata_get() argument
101 decay_ticker_get(tsd_t * tsd,unsigned ind) decay_ticker_get() argument
124 tcache_available(tsd_t * tsd) tcache_available() argument
142 tcache_get(tsd_t * tsd) tcache_get() argument
151 pre_reentrancy(tsd_t * tsd,arena_t * arena) pre_reentrancy() argument
166 post_reentrancy(tsd_t * tsd) post_reentrancy() argument
[all...]
H A Dtsd.h205 tsd_state_get(tsd_t * tsd) tsd_state_get() argument
221 tsd_t tsd; global() member
225 tsd_tsdn(tsd_t * tsd) tsd_tsdn() argument
325 tsd_assert_fast(tsd_t * tsd) tsd_assert_fast() argument
336 tsd_fast(tsd_t * tsd) tsd_fast() argument
347 tsd_t *tsd = tsd_get(init); tsd_fetch_impl() local
372 tsd_t *tsd = tsd_fetch_min(); tsd_internal_fetch() local
385 tsd_nominal(tsd_t * tsd) tsd_nominal() argument
399 tsd_rtree_ctx(tsd_t * tsd) tsd_rtree_ctx() argument
[all...]
H A Djemalloc_internal_inlines_b.h8 arena_choose_impl(tsd_t * tsd,arena_t * arena,bool internal) arena_choose_impl() argument
62 arena_choose(tsd_t * tsd,arena_t * arena) arena_choose() argument
67 arena_ichoose(tsd_t * tsd,arena_t * arena) arena_ichoose() argument
[all...]
H A Dprof_inlines_b.h
H A Djemalloc_internal_inlines_c.h61 ialloc(tsd_t * tsd,size_t size,szind_t ind,bool zero,bool slow_path) ialloc() argument
93 ipalloc(tsd_t * tsd,size_t usize,size_t alignment,bool zero) ipalloc() argument
122 idalloc(tsd_t * tsd,void * ptr) idalloc() argument
197 iralloc(tsd_t * tsd,void * ptr,size_t oldsize,size_t size,size_t alignment,bool zero,hook_ralloc_args_t * hook_args) iralloc() argument
[all...]
H A Darena_inlines_a.h36 percpu_arena_update(tsd_t * tsd,unsigned cpu) percpu_arena_update() argument
H A Darena_inlines_b.h17 arena_choose_maybe_huge(tsd_t * tsd,arena_t * arena,size_t size) arena_choose_maybe_huge() argument
114 tsd_t *tsd; arena_decay_ticks() local
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp90 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
100 void AsanTSDSet(void *tsd) { in AsanTSDSet()
107 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor()
118 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
129 void AsanTSDSet(void *tsd) { in AsanTSDSet()
134 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor()
H A Dasan_fuchsia.cpp104 void AsanTSDSet(void *tsd) { per_thread = tsd; } in AsanTSDSet()
109 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
113 void PlatformTSDDtor(void *tsd) { UNREACHABLE(__func__); } in PlatformTSDDtor()
H A Dasan_win.cpp257 void AsanTSDInit(void (*destructor)(void *tsd)) { in AsanTSDInit()
267 void AsanTSDSet(void *tsd) { in AsanTSDSet()
272 void PlatformTSDDtor(void *tsd) { AsanThread::TSDDtor(tsd); } in PlatformTSDDtor()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_posix.cpp30 void TSDInit(void (*destructor)(void *tsd)) { in TSDInit()
41 void TSDSet(void *tsd) { in TSDSet()
46 void PlatformTSDDtor(void *tsd) { in PlatformTSDDtor()
H A Dmemprof_thread.cpp85 void MemprofThread::TSDDtor(void *tsd) { in TSDDtor()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp239 void MsanTSDInit(void (*destructor)(void *tsd)) { in MsanTSDInit()
249 void SetCurrentThread(MsanThread *tsd) { in SetCurrentThread()
256 void MsanTSDDtor(void *tsd) { in MsanTSDDtor()
268 void MsanTSDInit(void (*destructor)(void *tsd)) { in MsanTSDInit()
289 void MsanTSDDtor(void *tsd) { in MsanTSDDtor()
H A Dmsan_thread.cpp48 void MsanThread::TSDDtor(void *tsd) { in TSDDtor()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp46 void DFsanThread::TSDDtor(void *tsd) { in TSDDtor()
97 void __dfsan::DFsanTSDInit(void (*destructor)(void *tsd)) { in DFsanTSDInit()
116 void __dfsan::DFsanTSDDtor(void *tsd) { in DFsanTSDDtor()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.cpp56 void NsanThread::TSDDtor(void *tsd) { in TSDDtor()
127 void __nsan::NsanTSDInit(void (*destructor)(void *tsd)) { in NsanTSDInit()
146 void __nsan::NsanTSDDtor(void *tsd) { in NsanTSDDtor()

12