Searched refs:GetCurrentTidOrInvalid (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_report.cpp | 247 ErrorDeadlySignal error(GetCurrentTidOrInvalid(), sig); in ReportDeadlySignal() 253 ErrorDoubleFree error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportDoubleFree() 261 ErrorNewDeleteTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportNewDeleteTypeMismatch() 268 ErrorFreeNotMalloced error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportFreeNotMalloced() 276 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch() 283 ErrorMallocUsableSizeNotOwned error(GetCurrentTidOrInvalid(), stack, addr); in ReportMallocUsableSizeNotOwned() 290 ErrorSanitizerGetAllocatedSizeNotOwned error(GetCurrentTidOrInvalid(), stack, in ReportSanitizerGetAllocatedSizeNotOwned() 297 ErrorCallocOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportCallocOverflow() 304 ErrorReallocArrayOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportReallocArrayOverflow() 310 ErrorPvallocOverflow error(GetCurrentTidOrInvalid(), stack, size); in ReportPvallocOverflow() [all …]
|
| H A D | asan_mac.cpp | 195 asan_ctxt->parent_tid = GetCurrentTidOrInvalid(); in alloc_asan_context() 262 int parent_tid = GetCurrentTidOrInvalid(); \ 310 int parent_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR() 324 int parent_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|
| H A D | asan_thread.h | 204 u32 GetCurrentTidOrInvalid();
|
| H A D | asan_thread.cpp | 265 tid() == GetCurrentTidOrInvalid()) { in Init() 452 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
|
| H A D | asan_fuchsia.cpp | 184 u32 parent_tid = GetCurrentTidOrInvalid(); in BeforeThreadCreateHook()
|
| H A D | asan_win.cpp | 161 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR_WINAPI()
|
| H A D | asan_fake_stack.cpp | 66 GetCurrentTidOrInvalid(), (void *)p, in Create()
|
| H A D | asan_interceptors.cpp | 257 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|
| H A D | asan_poisoning.cpp | 160 u32 current_tid = GetCurrentTidOrInvalid(); in __asan_poison_memory_region()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.h | 123 u32 GetCurrentTidOrInvalid();
|
| H A D | memprof_thread.cpp | 201 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
|
| H A D | memprof_interceptors.cpp | 153 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
|