Searched refs:GetThreadRangesLocked (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_posix.cpp | 60 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() function
|
D | lsan_common.h | 224 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end,
|
D | lsan_common.cpp | 233 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end, in ProcessThreads()
|
/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
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_thread.cpp | 480 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() function
|