HomeSort by: relevance | last modified time | path
    Searched refs:fake_stack_ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h 99 if (!fake_stack_) return;
100 FakeStack *t = fake_stack_;
101 fake_stack_ = nullptr;
112 (reinterpret_cast<uptr>(fake_stack_) > 1);
122 return fake_stack_;
165 FakeStack *fake_stack_; member in class:__asan::AsanThread
asan_thread.cc 129 FakeStack *current_fake_stack = fake_stack_;
131 *fake_stack_save = fake_stack_;
132 fake_stack_ = nullptr;
149 fake_stack_ = fake_stack_save;
199 // fake_stack_ has 3 states:
206 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL,
214 fake_stack_ = FakeStack::Create(stack_size_log);
215 SetTLSFakeStack(fake_stack_);
216 return fake_stack_;
232 fake_stack_ = nullptr
    [all...]

Completed in 14 milliseconds