Searched refs:GetThreadRangesLocked (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cc | 130 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() function
|
| H A D | lsan_common.h | 209 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end,
|
| H A D | lsan_common.cc | 227 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end, in ProcessThreads()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_thread.cc | 468 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() function
|