Searched refs:GetThreadStackTopAndBottom (Results 1 - 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mac.cc | 160 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer 269 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
|
H A D | sanitizer_linux_libcdep.cc | 79 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer 359 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
|
H A D | sanitizer_win.cc | 70 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, function in namespace:__sanitizer 535 GetThreadStackTopAndBottom(main, &stack_top, &stack_bottom);
|
H A D | sanitizer_common.h | 64 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
|
Completed in 66 milliseconds