Searched refs:GetCurrentTidOrInvalid (Results 1 – 11 of 11) sorted by relevance
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/asan/ |
| HD | asan_report.cpp | 219 ErrorDeadlySignal error(GetCurrentTidOrInvalid(), sig); in ReportDeadlySignal() 225 ErrorDoubleFree error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportDoubleFree() 233 ErrorNewDeleteTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportNewDeleteTypeMismatch() 240 ErrorFreeNotMalloced error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportFreeNotMalloced() 248 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch() 255 ErrorMallocUsableSizeNotOwned error(GetCurrentTidOrInvalid(), stack, addr); in ReportMallocUsableSizeNotOwned() 262 ErrorSanitizerGetAllocatedSizeNotOwned error(GetCurrentTidOrInvalid(), stack, in ReportSanitizerGetAllocatedSizeNotOwned() 269 ErrorCallocOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportCallocOverflow() 276 ErrorReallocArrayOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportReallocArrayOverflow() 282 ErrorPvallocOverflow error(GetCurrentTidOrInvalid(), stack, size); in ReportPvallocOverflow() [all …]
|
| HD | asan_mac.cpp | 192 asan_ctxt->parent_tid = GetCurrentTidOrInvalid(); in alloc_asan_context() 259 int parent_tid = GetCurrentTidOrInvalid(); \ 307 int parent_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR() 321 int parent_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|
| HD | asan_thread.h | 209 u32 GetCurrentTidOrInvalid();
|
| HD | asan_thread.cpp | 267 tid() == GetCurrentTidOrInvalid()) { in Init() 457 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
|
| HD | asan_fuchsia.cpp | 180 u32 parent_tid = GetCurrentTidOrInvalid(); in BeforeThreadCreateHook()
|
| HD | asan_win.cpp | 162 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR_WINAPI()
|
| HD | asan_fake_stack.cpp | 60 GetCurrentTidOrInvalid(), (void *)p, in Create()
|
| HD | asan_interceptors.cpp | 257 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/memprof/ |
| HD | memprof_thread.h | 129 u32 GetCurrentTidOrInvalid();
|
| HD | memprof_thread.cpp | 208 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
|
| HD | memprof_interceptors.cpp | 153 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|