Searched refs:GetThreadRangesLocked (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/lsan/ |
D | lsan_common.h | 154 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end,
|
D | lsan_thread.cc | 139 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() function
|
D | lsan_common.cc | 198 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end, in ProcessThreads()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 398 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() function
|