Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_report.cpp218 ErrorDeadlySignal error(GetCurrentTidOrInvalid(), sig); in ReportDeadlySignal()
224 ErrorDoubleFree error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportDoubleFree()
239 ErrorFreeNotMalloced error(GetCurrentTidOrInvalid(), free_stack, addr); in ReportFreeNotMalloced()
247 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch()
268 ErrorCallocOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportCallocOverflow()
281 ErrorPvallocOverflow error(GetCurrentTidOrInvalid(), stack, size); in ReportPvallocOverflow()
288 ErrorInvalidAllocationAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAllocationAlignment()
296 ErrorInvalidAlignedAllocAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAlignedAllocAlignment()
319 ErrorRssLimitExceeded error(GetCurrentTidOrInvalid(), stack); in ReportRssLimitExceeded()
353 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); in ReportBadParamsToAnnotateContiguousContainer()
[all …]
H A Dasan_mac.cpp189 asan_ctxt->parent_tid = GetCurrentTidOrInvalid(); in alloc_asan_context()
254 int parent_tid = GetCurrentTidOrInvalid(); \
H A Dasan_thread.h181 u32 GetCurrentTidOrInvalid();
H A Dasan_thread.cpp243 tid() == GetCurrentTidOrInvalid()) { in Init()
451 u32 GetCurrentTidOrInvalid() { in GetCurrentTidOrInvalid() function
H A Dasan_fuchsia.cpp182 u32 parent_tid = GetCurrentTidOrInvalid(); in BeforeThreadCreateHook()
H A Dasan_win.cpp150 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR_WINAPI()
H A Dasan_fake_stack.cpp60 GetCurrentTidOrInvalid(), (void *)p, in Create()
H A Dasan_interceptors.cpp213 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()
/llvm-project-15.0.7/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.cpp176 u32 current_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR()