Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp121 ThreadRegistryLock l(registry); in TestRegistry()
128 ThreadRegistryLock l(registry); in TestRegistry()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp84 ThreadRegistryLock l(&memprofThreadRegistry()); in GetAccumulatedStats()
/openbsd-src/gnu/llvm/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()
362 { ThreadRegistryLock lock(&ctx->thread_registry); } in SlotLock()
581 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()
767 ThreadRegistryLock l0(&ctx->thread_registry); in ReportRace()
H A Dtsan_interceptors_posix.cpp2072 ThreadRegistryLock l(&ctx->thread_registry); in ReportErrnoSpoiling()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stats.cpp84 ThreadRegistryLock l(&asanThreadRegistry()); in GetAccumulatedStats()
H A Dasan_descriptions.cpp452 ThreadRegistryLock l(&asanThreadRegistry()); in AddressDescription()