Home
last modified time | relevance | path

Searched refs:GetCurrentTidOrInvalid (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp247 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 Dasan_mac.cpp195 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 Dasan_thread.h204 u32 GetCurrentTidOrInvalid();
H A Dasan_thread.cpp265 tid() == GetCurrentTidOrInvalid()) { in Init()
452 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
H A Dasan_fuchsia.cpp184 u32 parent_tid = GetCurrentTidOrInvalid(); in BeforeThreadCreateHook()
H A Dasan_win.cpp161 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR_WINAPI()
H A Dasan_fake_stack.cpp66 GetCurrentTidOrInvalid(), (void *)p, in Create()
H A Dasan_interceptors.cpp257 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
H A Dasan_poisoning.cpp160 u32 current_tid = GetCurrentTidOrInvalid(); in __asan_poison_memory_region()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h123 u32 GetCurrentTidOrInvalid();
H A Dmemprof_thread.cpp201 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
H A Dmemprof_interceptors.cpp153 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()