Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
H A Dmsan_thread.cpp103 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() function in MsanThread
H A Dmsan.cpp767 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.h36 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
H A Dnsan_thread.cpp111 void NsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() function in NsanThread
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h112 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
H A Dasan_thread.cpp172 void AsanThread::FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old, in FinishSwitchFiber() function in __asan::AsanThread
590 t->FinishSwitchFiber((FakeStack *)fakestack, (uptr *)bottom_old, in __sanitizer_finish_switch_fiber()