Searched defs:tctx (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_stats.cc79 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); local
H A Dasan_thread.cc240 AsanThreadContext *tctx = static_cast<AsanThreadContext*>(tctx_base); local
259 AsanThreadContext *tctx = GetThreadContextByTidLocked(0); local
287 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( local
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_thread.cc107 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { argument
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc366 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); local
409 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); local
[all...]
H A Dtsan_rtl_thread.cc152 ThreadContext *tctx; member in struct:__tsan::ThreadLeak
158 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); local
173 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { argument
289 FindThreadByUid(ThreadContextBase *tctx, void *arg) argument
[all...]
H A Dtsan_rtl_report.cc180 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) { argument
203 ThreadContext *tctx = static_cast<ThreadContext*>( local
220 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); local
231 ThreadContext *tctx = static_cast<ThreadContext*>( local
310 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); local
323 ThreadContext *tctx = FindThreadByTidLocked(b->tid); local
370 ThreadContext *tctx = static_cast<ThreadContext*>( local
641 ThreadContext *tctx = static_cast<ThreadContext*>( local
[all...]
H A Dtsan_rtl.h364 ThreadContext *tctx; member in struct:__tsan::ThreadState
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc123 ThreadContextBase *tctx = QuarantinePop(); local
159 ThreadContextBase *tctx = threads_[tid]; local
169 ThreadContextBase *tctx = threads_[tid]; local
180 ThreadContextBase *tctx = threads_[tid]; local
187 FindThreadContextByOsIdCallback(ThreadContextBase *tctx, void *arg) argument
201 ThreadContextBase *tctx = threads_[tid]; local
210 ThreadContextBase *tctx = threads_[tid]; local
222 ThreadContextBase *tctx = threads_[tid]; local
240 ThreadContextBase *tctx = threads_[tid]; local
257 ThreadContextBase *tctx = threads_[tid]; local
271 ThreadContextBase *tctx = threads_[tid]; local
277 QuarantinePush(ThreadContextBase *tctx) argument
[all...]

Completed in 159 milliseconds