Searched refs:GetCurrentTidOrInvalid (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | 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 …]
|
H A D | 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()
|
H A D | asan_thread.cpp | 267 tid() == GetCurrentTidOrInvalid()) { in Init() 457 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
|
H A D | asan_fuchsia.cpp | 180 u32 parent_tid = GetCurrentTidOrInvalid(); in BeforeThreadCreateHook()
|
H A D | asan_win.cpp | 162 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR_WINAPI()
|
H A D | asan_interceptors.cpp | 257 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/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 | 153 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|