Searched refs:StartSwitchFiber (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.h | 42 void StartSwitchFiber(uptr bottom, uptr size);
|
| H A D | msan_thread.cpp | 96 void MsanThread::StartSwitchFiber(uptr bottom, uptr size) { in StartSwitchFiber() function in MsanThread
|
| H A D | msan.cpp | 758 t->StartSwitchFiber((uptr)bottom, size); in __msan_start_switch_fiber()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_thread.h | 35 void StartSwitchFiber(uptr bottom, uptr size);
|
| H A D | nsan_thread.cpp | 104 void NsanThread::StartSwitchFiber(uptr bottom, uptr size) { in StartSwitchFiber() function in NsanThread
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.h | 111 void StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, uptr size);
|
| H A D | asan_thread.cpp | 151 void AsanThread::StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, in StartSwitchFiber() function in __asan::AsanThread 579 t->StartSwitchFiber((FakeStack **)fakestacksave, (uptr)bottom, size); in __sanitizer_start_switch_fiber()
|