Searched refs:GetCurrentTidOrInvalid (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_report.cpp | 218 ErrorDeadlySignal error(GetCurrentTidOrInvalid(), sig); in ReportDeadlySignal() 224 ErrorDoubleFree error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportDoubleFree() 239 ErrorFreeNotMalloced error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportFreeNotMalloced() 247 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch() 268 ErrorCallocOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportCallocOverflow() 281 ErrorPvallocOverflow error(GetCurrentTidOrInvalid(), stack, size); in ReportPvallocOverflow() 288 ErrorInvalidAllocationAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAllocationAlignment() 296 ErrorInvalidAlignedAllocAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAlignedAllocAlignment() 319 ErrorRssLimitExceeded error(GetCurrentTidOrInvalid(), stack); in ReportRssLimitExceeded() 353 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); in ReportBadParamsToAnnotateContiguousContainer() [all …]
|
| H A D | asan_mac.cpp | 189 asan_ctxt->parent_tid = GetCurrentTidOrInvalid(); in alloc_asan_context() 254 int parent_tid = GetCurrentTidOrInvalid(); \
|
| H A D | asan_thread.h | 181 u32 GetCurrentTidOrInvalid();
|
| H A D | asan_thread.cpp | 243 tid() == GetCurrentTidOrInvalid()) { in Init() 451 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
|
| H A D | asan_fuchsia.cpp | 182 u32 parent_tid = GetCurrentTidOrInvalid(); in BeforeThreadCreateHook()
|
| H A D | asan_win.cpp | 150 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR_WINAPI()
|
| H A D | asan_fake_stack.cpp | 60 GetCurrentTidOrInvalid(), (void *)p, in Create()
|
| H A D | asan_interceptors.cpp | 213 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.h | 129 u32 GetCurrentTidOrInvalid();
|
| H A D | memprof_thread.cpp | 208 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
|
| H A D | memprof_interceptors.cpp | 176 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|