Searched refs:tsd (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtems.cpp79 void AsanTSDSet(void *tsd) { per_thread = tsd; } argument
84 void AsanTSDInit(void (*destructor)(void *tsd)) { argument
88 void PlatformTSDDtor(void *tsd) { UNREACHABLE(__func__); } argument
H A Dasan_win.cpp223 void AsanTSDInit(void (*destructor)(void *tsd)) { argument
233 void AsanTSDSet(void *tsd) { argument
235 fake_tsd = tsd;
238 void PlatformTSDDtor(void *tsd) { AsanThread::TSDDtor(tsd); } argument
H A Dasan_thread.h66 static void TSDDtor(void *tsd);
H A Dasan_thread.cpp92 void AsanThread::TSDDtor(void *tsd) { argument
93 AsanThreadContext *context = (AsanThreadContext*)tsd;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h24 static void TSDDtor(void *tsd);
H A Dmsan.h374 void MsanTSDInit(void (*destructor)(void *tsd));
376 void MsanTSDSet(void *tsd);
377 void MsanTSDDtor(void *tsd);
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h2 #error This file should be included only once, by tsd.h.
H A Dtsd_tls.h2 #error This file should be included only once, by tsd.h.
54 malloc_write("<jemalloc>: Error setting tsd.\n");
H A Darena_externs.h45 void arena_reset(tsd_t *tsd, arena_t *arena);
46 void arena_destroy(tsd_t *tsd, arena_t *arena);
75 bool arena_retain_grow_limit_get_set(tsd_t *tsd, arena_t *arena,
H A Dtsd_generic.h2 #error This file should be included only once, by tsd.h.
13 /* Defined in tsd.c, to allow the mutex headers to have tsd dependencies. */
H A Darena_inlines_b.h62 tsd_t *tsd; local
68 tsd = tsdn_tsd(tsdn);
69 decay_ticker = decay_ticker_get(tsd, arena_ind_get(arena));
H A Dextent_externs.h19 extent_hooks_t *extent_hooks_set(tsd_t *tsd, arena_t *arena,
H A Dextent_inlines.h201 tsd_t *tsd = tsdn_tsd(tsdn); local
203 tsd_offset_statep_get(tsd), lg_range);
/freebsd-12-stable/lib/libc/stdlib/jemalloc/
H A DMakefile.inc8 prng.c prof.c rtree.c stats.c sz.c tcache.c ticker.c tsd.c witness.c
/freebsd-12-stable/contrib/jemalloc/src/
H A Darena.c958 arena_reset(tsd_t *tsd, arena_t *arena) { argument
974 malloc_mutex_lock(tsd_tsdn(tsd), &arena->large_mtx);
981 malloc_mutex_unlock(tsd_tsdn(tsd), &arena->large_mtx);
983 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsd);
984 rtree_szind_slab_read(tsd_tsdn(tsd), &extents_rtree, rtree_ctx,
990 assert(usize == isalloc(tsd_tsdn(tsd), ptr));
994 prof_free(tsd, ptr, usize, &alloc_ctx);
996 large_dalloc(tsd_tsdn(tsd), extent);
997 malloc_mutex_lock(tsd_tsdn(tsd), &arena->large_mtx);
999 malloc_mutex_unlock(tsd_tsdn(tsd),
1056 arena_destroy(tsd_t *tsd, arena_t *arena) argument
1715 arena_retain_grow_limit_get_set(tsd_t *tsd, arena_t *arena, size_t *old_limit, size_t *new_limit) argument
[all...]
H A Dbase.c44 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); local
45 pre_reentrancy(tsd, NULL);
48 post_reentrancy(tsd);
83 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); local
84 pre_reentrancy(tsd, NULL);
107 post_reentrancy(tsd);
H A Dextent.c202 extent_hooks_set(tsd_t *tsd, arena_t *arena, extent_hooks_t *extent_hooks) { argument
206 malloc_mutex_lock(tsd_tsdn(tsd), &info->mtx);
210 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
1199 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); local
1200 if (arena == arena_get(tsd_tsdn(tsd), 0, false)) {
1208 pre_reentrancy(tsd, NULL);
1210 pre_reentrancy(tsd, arena);
1216 tsd_t *tsd = tsdn_null(tsdn) ? tsd_fetch() : tsdn_tsd(tsdn); local
1217 post_reentrancy(tsd);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h76 ThreadInfo::QoS GetRequestedQoS (nub_thread_t tid, nub_addr_t tsd, uint64_t dti_qos_class_index);
H A DNativeThreadListDarwin.cpp63 NativeThreadListDarwin::GetRequestedQoS (nub_thread_t tid, nub_addr_t tsd, uint64_t dti_qos_class_index)
67 return thread_sp->GetRequestedQoS(tsd, dti_qos_class_index);
/freebsd-12-stable/sys/geom/raid/
H A Dtr_raid1.c155 struct g_raid_subdisk *tsd, *bestsd; local
176 tsd = &vol->v_subdisks[i];
177 if (tsd->sd_state > bestsd->sd_state)
178 bestsd = tsd;
179 else if (tsd->sd_state == bestsd->sd_state &&
180 (tsd->sd_state == G_RAID_SUBDISK_S_REBUILD ||
181 tsd->sd_state == G_RAID_SUBDISK_S_RESYNC) &&
182 tsd->sd_rebuild_pos > bestsd->sd_rebuild_pos)
183 bestsd = tsd;
H A Dmd_promise.c1698 struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk)
1723 if (tsd != NULL && vol != tsd->sd_volume)
1910 struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk)
1697 g_raid_md_write_promise(struct g_raid_md_object *md, struct g_raid_volume *tvol, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
1909 g_raid_md_fail_disk_promise(struct g_raid_md_object *md, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
H A Dmd_jmicron.c1390 struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk)
1491 struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk)
1389 g_raid_md_write_jmicron(struct g_raid_md_object *md, struct g_raid_volume *tvol, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
1490 g_raid_md_fail_disk_jmicron(struct g_raid_md_object *md, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
H A Dmd_nvidia.c1394 struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk)
1510 struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk)
1393 g_raid_md_write_nvidia(struct g_raid_md_object *md, struct g_raid_volume *tvol, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
1509 g_raid_md_fail_disk_nvidia(struct g_raid_md_object *md, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
H A Dmd_sii.c1478 struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk)
1590 struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk)
1477 g_raid_md_write_sii(struct g_raid_md_object *md, struct g_raid_volume *tvol, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
1589 g_raid_md_fail_disk_sii(struct g_raid_md_object *md, struct g_raid_subdisk *tsd, struct g_raid_disk *tdisk) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp308 void HwasanTSDDtor(void *tsd) { argument
309 uptr iterations = (uptr)tsd;

Completed in 277 milliseconds

123