Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_thread.cc123 void AsanThread::StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, in StartSwitchFiber() function in __asan::AsanThread
446 t->StartSwitchFiber((FakeStack**)fakestacksave, (uptr)bottom, size); in __sanitizer_start_switch_fiber()
Dasan_thread.h96 void StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, uptr size);