Home
last modified time | relevance | path

Searched refs:FinishSwitchFiber (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
H A Dmsan_thread.cpp110 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() function in __msan::MsanThread
H A Dmsan.cpp720 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h117 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
H A Dasan_thread.cpp174 void AsanThread::FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old, in FinishSwitchFiber() function in __asan::AsanThread
589 t->FinishSwitchFiber((FakeStack *)fakestack, (uptr *)bottom_old, in __sanitizer_finish_switch_fiber()