Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp124 ThreadRegistryLock l(this); in GetNumberOfThreads()
132 ThreadRegistryLock l(this); in GetMaxAliveThreads()
138 ThreadRegistryLock l(this); in CreateThread()
190 ThreadRegistryLock l(this); in FindThread()
222 ThreadRegistryLock l(this); in SetThreadName()
231 ThreadRegistryLock l(this); in SetThreadNameByUserId()
237 ThreadRegistryLock l(this); in DetachThread()
259 ThreadRegistryLock l(this); in JoinThread()
284 ThreadRegistryLock l(this); in FinishThread()
312 ThreadRegistryLock l(this); in StartThread()
[all …]
H A Dsanitizer_thread_registry.h164 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock; typedef
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp84 ThreadRegistryLock l(&memprofThreadRegistry()); in GetAccumulatedStats()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp91 ThreadRegistryLock l(&ctx->thread_registry); in ThreadFinalize()
229 ThreadRegistryLock lock(&ctx->thread_registry); in ThreadFinish()
H A Dtsan_rtl_mutex.cpp58 ThreadRegistryLock l(&ctx->thread_registry); in ReportMutexMisuse()
531 ThreadRegistryLock l(&ctx->thread_registry); in ReportDeadlock()
559 ThreadRegistryLock l0(&ctx->thread_registry); in ReportDestroyLocked()
H A Dtsan_rtl.cpp137 ThreadRegistryLock lock0(&ctx->thread_registry); in DoResetImpl()
363 { ThreadRegistryLock lock(&ctx->thread_registry); } in SlotLock()
582 ThreadRegistryLock lock0(&ctx->thread_registry); in MapShadow()
H A Dtsan_rtl_report.cpp137 ThreadRegistryLock l(&ctx->thread_registry); in ShouldReport()
767 ThreadRegistryLock l0(&ctx->thread_registry); in ReportRace()
H A Dtsan_interface_ann.cpp440 ThreadRegistryLock l(&ctx->thread_registry); in ReportMutexHeldWrongContext()
H A Dtsan_mman.cpp185 ThreadRegistryLock l(&ctx->thread_registry); in user_alloc_internal()
H A Dtsan_interceptors_posix.cpp2067 ThreadRegistryLock l(&ctx->thread_registry); in CallUserSignalHandler()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp84 ThreadRegistryLock l(&asanThreadRegistry()); in GetAccumulatedStats()
H A Dasan_descriptions.cpp452 ThreadRegistryLock l(&asanThreadRegistry()); in AddressDescription()