/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 140 ThreadContextBase *tctx = QuarantinePop(); CreateThread() local 182 ThreadContextBase *tctx = threads_[tid]; RunCallbackForEachThreadLocked() local 192 ThreadContextBase *tctx = threads_[tid]; FindThread() local 203 ThreadContextBase *tctx = threads_[tid]; FindThreadContextLocked() local 210 FindThreadContextByOsIdCallback(ThreadContextBase * tctx,void * arg) FindThreadContextByOsIdCallback() argument 223 ThreadContextBase *tctx = threads_[tid]; SetThreadName() local 238 ThreadContextBase *tctx = threads_[tid]; DetachThread() local 260 ThreadContextBase *tctx = threads_[tid]; JoinThread() local 287 ThreadContextBase *tctx = threads_[tid]; FinishThread() local 314 ThreadContextBase *tctx = threads_[tid]; StartThread() local 320 QuarantinePush(ThreadContextBase * tctx) QuarantinePush() argument 339 ThreadContextBase *tctx = invalid_threads_.front(); QuarantinePop() local 351 auto *tctx = threads_[tid]; ConsumeThreadUserId() local 359 ThreadContextBase *tctx = threads_[tid]; SetThreadUserId() local 375 for (auto *tctx : threads_) { OnFork() local [all...] |
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_linux.cpp | 24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; } in SetCurrentThread()
|
H A D | lsan_thread.cpp | 103 __anon649c86380102(ThreadContextBase *tctx, void *threads) GetRunningThreadsLocked() argument
|
H A D | lsan_fuchsia.cpp | 73 [](ThreadContextBase *tctx, void *arg) { in GetAllThreadAllocatorCachesLocked()
|
H A D | lsan_common_mac.cpp | 109 void SetCurrentThread(ThreadContextLsanBase *tctx) { in SetCurrentThread()
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 414 AsanThreadContext *tctx = static_cast<AsanThreadContext *>(tctx_base); ThreadStackContainsAddress() local 436 AsanThreadContext *tctx = GetThreadContextByTidLocked(kMainTid); GetCurrentThread() local 464 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( FindThreadByStackAddress() local 543 __anon9adbd0c20202(ThreadContextBase *tctx, void *arg) GetThreadExtraStackRangesLocked() argument 556 __anon9adbd0c20302(ThreadContextBase *tctx, void *threads) GetRunningThreadsLocked() argument [all...] |
H A D | asan_stats.cpp | 76 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in MergeThreadStats() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_thread_registry_test.cpp | 60 return (0 == internal_strcmp(tctx->name, name)); in MarkUidAsPresent() argument 50 HasName(ThreadContextBase * tctx,void * arg) HasName() argument 55 HasUid(ThreadContextBase * tctx,void * arg) HasUid() argument [all...] |
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 35 ThreadContext *tctx; member 41 auto *tctx = static_cast<ThreadContext *>(tctx_base); in CollectThreadLeaks() local 57 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled() argument 281 ThreadContextBase *tctx; global() member [all...] |
H A D | tsan_rtl_report.cpp | 206 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() argument 234 ThreadContext *tctx in IsInStackOrTls() local 245 ThreadContext *tctx = IsThreadStackOrTls() local 259 if (const ThreadContext *tctx = FindThreadByTidLocked(tid)) AddThread() local 319 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { AddLocation() local 458 ThreadContext *tctx = RestoreStack() local 798 ThreadContext *tctx = static_cast<ThreadContext *>( ReportRace() local [all...] |
H A D | tsan_debugging.cpp | 221 ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack); in __tsan_locate_address() local 257 ThreadContextBase *tctx = ctx->thread_registry.GetThreadLocked(b->tid); in __tsan_get_alloc_stack() local
|
H A D | tsan_rtl.cpp | 145 ThreadContext* tctx = (ThreadContext*)ctx->thread_registry.GetThreadLocked( DoResetImpl() local [all...] |
H A D | tsan_rtl.h | 206 ThreadContext *tctx; member
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_stats.cpp | 76 MemprofThreadContext *tctx = static_cast<MemprofThreadContext *>(tctx_base); in MergeThreadStats() local
|