Home
last modified time | relevance | path

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

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