Home
last modified time | relevance | path

Searched refs:ThreadRegistryLock (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp56 ThreadRegistryLock l(ctx->thread_registry); in ReportMutexMisuse()
110 ThreadRegistryLock l(ctx->thread_registry); in MutexDestroy()
420 ThreadRegistryLock l(ctx->thread_registry); in AcquireGlobal()
476 ThreadRegistryLock l(ctx->thread_registry); in AfterSleep()
524 ThreadRegistryLock l(ctx->thread_registry); in ReportDeadlock()
H A Dtsan_rtl_report.cpp135 ThreadRegistryLock l(ctx->thread_registry); in ShouldReport()
695 ThreadRegistryLock l0(ctx->thread_registry); in ReportRace()
H A Dtsan_mman.cpp151 ThreadRegistryLock l(ctx->thread_registry); in SignalUnsafeCall()
H A Dtsan_rtl_thread.cpp209 ThreadRegistryLock l(ctx->thread_registry); in ThreadFinalize()
H A Dtsan_interceptors_posix.cpp1994 ThreadRegistryLock l(ctx->thread_registry); in CallUserSignalHandler()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp84 ThreadRegistryLock l(&memprofThreadRegistry()); in GetAccumulatedStats()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h154 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock; typedef
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp84 ThreadRegistryLock l(&asanThreadRegistry()); in GetAccumulatedStats()
H A Dasan_descriptions.cpp451 ThreadRegistryLock l(&asanThreadRegistry()); in AddressDescription()