Searched defs:stackaddr (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libc/src/pthread/ | ||
H A D | pthread_attr_setstack.cpp | 24 uintptr_t stackaddr = reinterpret_cast<uintptr_t>(stack); global() variable |
/llvm-project/libc/src/__support/threads/linux/ | ||
H A D | thread.cpp | 124 uintptr_t stackaddr = reinterpret_cast<uintptr_t>(stack); free_stack() local |
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ | ||
H A D | sanitizer_linux_test.cpp | 196 void *stackaddr; thread_descriptor_size_test_func() local |
/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_posix_libcdep.cpp | 418 uptr stackaddr = 0; AdjustStackSize() local |
H A D | sanitizer_linux_libcdep.cpp | 155 void *stackaddr = nullptr; GetThreadStackTopAndBottom() local |
H A D | sanitizer_mac.cpp | 429 void *stackaddr = pthread_get_stackaddr_np(pthread_self()); in GetThreadStackTopAndBottom() local |