HomeSort by relevance Sort by last modified time
    Searched refs:SetTLSFakeStack (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/
asan_fake_stack.h 171 void SetTLSFakeStack(FakeStack *fs);
asan_thread.h 84 SetTLSFakeStack(0);
asan_fake_stack.cc 171 void SetTLSFakeStack(FakeStack *fs) {
176 void SetTLSFakeStack(FakeStack *fs) { }
asan_thread.cc 137 SetTLSFakeStack(fake_stack_);

Completed in 2123 milliseconds