Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp219 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 Dasan_mac.cpp192 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 Dasan_thread.cpp267 tid() == GetCurrentTidOrInvalid()) { in Init()
457 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
H A Dasan_fuchsia.cpp180 u32 parent_tid = GetCurrentTidOrInvalid(); in BeforeThreadCreateHook()
H A Dasan_win.cpp162 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR_WINAPI()
H A Dasan_interceptors.cpp257 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h129 u32 GetCurrentTidOrInvalid();
H A Dmemprof_thread.cpp208 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
H A Dmemprof_interceptors.cpp153 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()