Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
284 ThreadRegistryLock l(this); in FinishThread()
312 ThreadRegistryLock l(this); in StartThread()
345 ThreadRegistryLock l(this); in ConsumeThreadUserId()
[all …]
H A Dsanitizer_thread_registry.h164 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock; typedef
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp90 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST()
150 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST()
178 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST()
221 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp121 ThreadRegistryLock l(registry); in TestRegistry()
128 ThreadRegistryLock l(registry); in TestRegistry()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_mutex.cpp56 ThreadRegistryLock l(&ctx->thread_registry); in ReportMutexMisuse()
113 ThreadRegistryLock l(&ctx->thread_registry); in MutexDestroy()
429 ThreadRegistryLock l(&ctx->thread_registry); in AcquireGlobal()
484 ThreadRegistryLock l(&ctx->thread_registry); in AfterSleep()
532 ThreadRegistryLock l(&ctx->thread_registry); in ReportDeadlock()
H A Dtsan_rtl_thread.cpp95 ThreadRegistryLock l(&ctx->thread_registry); in ThreadFinalize()
H A Dtsan_mman.cpp165 ThreadRegistryLock l(&ctx->thread_registry); in SignalUnsafeCall()
H A Dtsan_rtl_report.cpp137 ThreadRegistryLock l(&ctx->thread_registry); in ShouldReport()
917 ThreadRegistryLock l0(&ctx->thread_registry); in ReportRace()
H A Dtsan_interceptors_posix.cpp1973 ThreadRegistryLock l(&ctx->thread_registry); in ReportErrnoSpoiling()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp84 ThreadRegistryLock l(&memprofThreadRegistry()); in GetAccumulatedStats()
/llvm-project-15.0.7/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.cpp136 ThreadRegistryLock lock0(&ctx->thread_registry); in DoResetImpl()
359 { ThreadRegistryLock lock(&ctx->thread_registry); } in SlotLock()
578 ThreadRegistryLock lock0(&ctx->thread_registry); in MapShadow()
H A Dtsan_mman.cpp171 ThreadRegistryLock l(&ctx->thread_registry); in SignalUnsafeCall()
H A Dtsan_rtl_report.cpp137 ThreadRegistryLock l(&ctx->thread_registry); in ShouldReport()
768 ThreadRegistryLock l0(&ctx->thread_registry); in ReportRace()
H A Dtsan_interceptors_posix.cpp1975 ThreadRegistryLock l(&ctx->thread_registry); in ReportErrnoSpoiling()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_stats.cpp84 ThreadRegistryLock l(&asanThreadRegistry()); in GetAccumulatedStats()
H A Dasan_descriptions.cpp452 ThreadRegistryLock l(&asanThreadRegistry()); in AddressDescription()