Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc180 void SetTLSFakeStack(FakeStack *fs) { in SetTLSFakeStack() function
185 void SetTLSFakeStack(FakeStack *fs) { } in SetTLSFakeStack() function
Dasan_fake_stack.h171 void SetTLSFakeStack(FakeStack *fs);
Dasan_thread.h89 SetTLSFakeStack(nullptr); in DeleteFakeStack()
Dasan_thread.cc146 SetTLSFakeStack(fake_stack_); in AsyncSignalSafeLazyInitFakeStack()