Searched defs:stack_end (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.h | 26 uptr stack_end() { return stack_end_; } in stack_end() function
|
| H A D | lsan_posix.cpp | 28 uptr stack_end; member 60 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
| H A D | lsan_fuchsia.cpp | 31 uptr stack_begin, stack_end; member
|
| H A D | lsan_common.cpp | 373 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 481 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_runtime.cpp | 218 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id() local 273 char *stack_end = NULL; in __kmp_check_stack_overlap() local
|