Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp162 FakeStack *current_fake_stack = fake_stack_; in StartSwitchFiber() local
168 if (!fake_stack_save && current_fake_stack) in StartSwitchFiber()
169 current_fake_stack->Destroy(this->tid()); in StartSwitchFiber()