Searched refs:pthread_get_stackaddr_np (Results 1 – 4 of 4) sorted by relevance
191 return reinterpret_cast<uintptr_t>(pthread_get_stackaddr_np(pthread_self())); in GetStackEnd()
266 void *stackaddr = pthread_get_stackaddr_np(pthread_self()); in GetThreadStackTopAndBottom()
405 void *stackaddr = pthread_get_stackaddr_np(pthread_self()); in GetThreadStackTopAndBottom()
3551 pub fn pthread_get_stackaddr_np(thread: ::pthread_t) -> *mut ::c_void; in pthread_get_stackaddr_np() function