Searched refs:FinishSwitchFiber (Results 1 – 5 of 5) sorted by relevance
43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
110 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() function in __msan::MsanThread
720 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
117 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
174 void AsanThread::FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old, in FinishSwitchFiber() function in __asan::AsanThread589 t->FinishSwitchFiber((FakeStack *)fakestack, (uptr *)bottom_old, in __sanitizer_finish_switch_fiber()