Searched refs:GetThreadStackTopAndBottom (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc77 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
398 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_mac.cc247 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
367 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_win.cc74 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer
707 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
H A Dsanitizer_common.h77 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,

Completed in 230 milliseconds