Home
last modified time | relevance | path

Searched defs:tctx (Results 1 – 14 of 14) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp140 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 Dlsan_linux.cpp24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; } in SetCurrentThread()
H A Dlsan_thread.cpp103 __anon649c86380102(ThreadContextBase *tctx, void *threads) GetRunningThreadsLocked() argument
H A Dlsan_fuchsia.cpp73 [](ThreadContextBase *tctx, void *arg) { in GetAllThreadAllocatorCachesLocked()
H A Dlsan_common_mac.cpp109 void SetCurrentThread(ThreadContextLsanBase *tctx) { in SetCurrentThread()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp414 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 Dasan_stats.cpp76 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); in MergeThreadStats() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp60 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 Dtsan_rtl_thread.cpp35 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 Dtsan_rtl_report.cpp206 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 Dtsan_debugging.cpp221 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 Dtsan_rtl.cpp145 ThreadContext* tctx = (ThreadContext*)ctx->thread_registry.GetThreadLocked( DoResetImpl() local
[all...]
H A Dtsan_rtl.h206 ThreadContext *tctx; member
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp76 MemprofThreadContext *tctx = static_cast<MemprofThreadContext *>(tctx_base); in MergeThreadStats() local