Searched refs:AsanThread (Results 26 - 50 of 50) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stack.h37 AsanThread *t;
H A Dasan_interceptors.cc64 AsanThread *t = GetCurrentThread();
141 if (AsanThread *t = GetCurrentThread()) { \
199 AsanThread *t = nullptr;
200 while ((t = reinterpret_cast<AsanThread *>(
233 AsanThread *t =
234 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
236 // Wait until the AsanThread object is initialized and the ThreadRegistry
H A Dasan_mac.cc178 AsanThread *t = GetCurrentThread();
180 t = AsanThread::Create(/* start_routine */ nullptr, /* arg */ nullptr,
H A Dasan_rtl.cc451 // On Linux AsanThread::ThreadStart() calls malloc() that's why asan_inited
470 AsanThread *main_thread = CreateMainThread();
538 AsanThread *curr_thread = GetCurrentThread();
H A Dasan_descriptions.h24 static inline void DescribeThread(AsanThread *t) {
H A Dasan_descriptions.cc195 AsanThread *t = FindThreadByStackAddress(addr);
201 AsanThread::StackFrameAccess access;
H A Dasan_fake_stack.cc187 AsanThread *t = GetCurrentThread();
H A Dasan_allocator.cc447 AsanThread *t = GetCurrentThread();
570 AsanThread *t = GetCurrentThread();
758 AsanThread *t = GetCurrentThread();
H A Dasan_report.cc372 AsanThread *t = GetCurrentThread();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_rtl.cpp470 // On Linux AsanThread::ThreadStart() calls malloc() that's why asan_inited
489 AsanThread *main_thread = CreateMainThread();
570 if (AsanThread *curr_thread = GetCurrentThread()) {
588 AsanThread *curr_thread = GetCurrentThread();
613 AsanThread *t = GetCurrentThread();
619 AsanThread *t = GetCurrentThread();
H A Dasan_interceptors.cpp65 AsanThread *t = GetCurrentThread();
144 if (AsanThread *t = GetCurrentThread()) { \
196 AsanThread *t = (AsanThread *)arg;
213 AsanThread *t =
214 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
228 // If the thread didn't start delete the AsanThread to avoid leaking it.
230 // that was just created for the AsanThread is wasted.
H A Dasan_mac.cpp147 AsanThread *t = GetCurrentThread();
149 t = AsanThread::Create(/* start_routine */ nullptr, /* arg */ nullptr,
H A Dasan_descriptions.h25 static inline void DescribeThread(AsanThread *t) {
H A Dasan_allocator.cpp477 AsanThread *t = GetCurrentThread();
532 AsanThread *t = GetCurrentThread();
638 AsanThread *t = GetCurrentThread();
832 AsanThread *t = GetCurrentThread();
1171 // This is necessary to prevent false positive leaks due to the AsanThread
1179 __asan::AsanThread *asan_thread = atctx->thread;
H A Dasan_descriptions.cpp195 AsanThread *t = FindThreadByStackAddress(addr);
201 AsanThread::StackFrameAccess access;
H A Dasan_fake_stack.cpp189 AsanThread *t = GetCurrentThread();
H A Dasan_report.cpp384 AsanThread *t = GetCurrentThread();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc66 AsanThread *t = GetCurrentThread();
143 if (AsanThread *t = GetCurrentThread()) { \
196 AsanThread *t = nullptr;
197 while ((t = reinterpret_cast<AsanThread *>(
230 AsanThread *t =
231 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
233 // Wait until the AsanThread object is initialized and the ThreadRegistry
H A Dasan_mac.cc180 AsanThread *t = GetCurrentThread();
182 t = AsanThread::Create(/* start_routine */ nullptr, /* arg */ nullptr,
H A Dasan_rtl.cc467 // On Linux AsanThread::ThreadStart() calls malloc() that's why asan_inited
486 AsanThread *main_thread = CreateMainThread();
554 AsanThread *curr_thread = GetCurrentThread();
H A Dasan_descriptions.h26 static inline void DescribeThread(AsanThread *t) {
H A Dasan_descriptions.cc197 AsanThread *t = FindThreadByStackAddress(addr);
203 AsanThread::StackFrameAccess access;
H A Dasan_fake_stack.cc189 AsanThread *t = GetCurrentThread();
H A Dasan_allocator.cc449 AsanThread *t = GetCurrentThread();
572 AsanThread *t = GetCurrentThread();
760 AsanThread *t = GetCurrentThread();
H A Dasan_report.cc374 AsanThread *t = GetCurrentThread();

Completed in 197 milliseconds

12