Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_thread.h43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
H A Dmsan_thread.cpp109 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() function in __msan::MsanThread
H A Dmsan.cpp715 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_thread.h102 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
H A Dasan_thread.cpp146 void AsanThread::FinishSwitchFiber(FakeStack *fake_stack_save, in FinishSwitchFiber() function in __asan::AsanThread
552 t->FinishSwitchFiber((FakeStack*)fakestack, in __sanitizer_finish_switch_fiber()