Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp135 ThreadRegistryLock l(this); in GetNumberOfThreads()
145 ThreadRegistryLock l(this); in GetMaxAliveThreads()
151 ThreadRegistryLock l(this); in CreateThread()
205 ThreadRegistryLock l(this); in FindThread()
237 ThreadRegistryLock l(this); in SetThreadName()
246 ThreadRegistryLock l(this); in SetThreadNameByUserId()
252 ThreadRegistryLock l(this); in DetachThread()
274 ThreadRegistryLock l(this); in JoinThread()
299 ThreadRegistryLock l(this); in FinishThread()
327 ThreadRegistryLock l(this); in StartThread()
[all …]
H A Dsanitizer_thread_history.cpp15 ThreadRegistryLock l(&registry); in PrintThreadHistory()
H A Dsanitizer_thread_registry.h169 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp84 ThreadRegistryLock l(&memprofThreadRegistry()); in GetAccumulatedStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp91 ThreadRegistryLock l(&ctx->thread_registry); in ThreadFinalize()
231 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()
597 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 SignalUnsafeCall()
H A Dtsan_interceptors_posix.cpp2144 ThreadRegistryLock l(&ctx->thread_registry); in ReportErrnoSpoiling()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp464 ThreadRegistryLock l(&asanThreadRegistry()); in AddressDescription()