Home
last modified time | relevance | path

Searched refs:pthread_get_stacksize_np (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc251 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp390 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3552 pub fn pthread_get_stacksize_np(thread: ::pthread_t) -> ::size_t; in pthread_get_stacksize_np() function