Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h42 void StartSwitchFiber(uptr bottom, uptr size);
H A Dmsan_thread.cpp103 void MsanThread::StartSwitchFiber(uptr bottom, uptr size) { in StartSwitchFiber() function in __msan::MsanThread
H A Dmsan.cpp711 t->StartSwitchFiber((uptr)bottom, size); in __msan_start_switch_fiber()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp153 void AsanThread::StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, in StartSwitchFiber() function in __asan::AsanThread
578 t->StartSwitchFiber((FakeStack **)fakestacksave, (uptr)bottom, size); in __sanitizer_start_switch_fiber()