Searched defs:GetThreadStackTopAndBottom (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc30 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
243 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_mac.cc135 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
361 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_win.cc67 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
361 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);

Completed in 43 milliseconds