Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_thread.h42 void StartSwitchFiber(uptr bottom, uptr size);
Dmsan_thread.cpp102 void MsanThread::StartSwitchFiber(uptr bottom, uptr size) { in StartSwitchFiber() function in __msan::MsanThread
Dmsan.cpp710 t->StartSwitchFiber((uptr)bottom, size); in __msan_start_switch_fiber()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_thread.h101 void StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, uptr size);
Dasan_thread.cpp125 void AsanThread::StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, in StartSwitchFiber() function in __asan::AsanThread
594 t->StartSwitchFiber((FakeStack**)fakestacksave, (uptr)bottom, size); in __sanitizer_start_switch_fiber()