Searched refs:curr_tid (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 695 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportDoubleFree() local 698 addr, curr_tid, in ReportDoubleFree() 699 ThreadNameWithParenthesis(curr_tid, tname, sizeof(tname))); in ReportDoubleFree() 714 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportNewDeleteSizeMismatch() local 717 addr, curr_tid, in ReportNewDeleteSizeMismatch() 718 ThreadNameWithParenthesis(curr_tid, tname, sizeof(tname))); in ReportNewDeleteSizeMismatch() 737 u32 curr_tid = GetCurrentTidOrInvalid(); in ReportFreeNotMalloced() local 740 curr_tid, ThreadNameWithParenthesis(curr_tid, tname, sizeof(tname))); in ReportFreeNotMalloced() 1025 u32 curr_tid = GetCurrentTidOrInvalid(); in __asan_report_error() local 1030 access_size, (void*)addr, curr_tid, in __asan_report_error() [all …]
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 641 lldb::tid_t curr_tid = Host::GetCurrentThreadID(); in SetThreadName() local 646 tid = curr_tid; in SetThreadName() 649 if (pid == curr_pid && tid == curr_tid) in SetThreadName() 657 lldb::tid_t curr_tid = Host::GetCurrentThreadID(); in SetThreadName() 662 tid = curr_tid; in SetThreadName() 665 if (pid == curr_pid && tid == curr_tid) in SetThreadName() 676 lldb::tid_t curr_tid = Host::GetCurrentThreadID(); in SetThreadName() 681 tid = curr_tid; in SetThreadName() 683 if (pid == curr_pid && tid == curr_tid) in SetThreadName()
|