Home
last modified time | relevance | path

Searched refs:next_stack_bottom_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_thread.cc125 next_stack_bottom_ = bottom; in StartSwitchFiber()
156 stack_bottom_ = next_stack_bottom_; in FinishSwitchFiber()
160 next_stack_bottom_ = 0; in FinishSwitchFiber()
174 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_) in GetStackBounds()
175 return {next_stack_bottom_, next_stack_top_}; in GetStackBounds()
222 next_stack_top_ = next_stack_bottom_ = 0; in Init()
H A Dasan_thread.h157 uptr next_stack_bottom_; variable