Searched refs:FinishSwitchFiber (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.h | 43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
|
| H A D | msan_thread.cpp | 103 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() function in MsanThread
|
| H A D | msan.cpp | 767 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_thread.h | 36 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
|
| H A D | nsan_thread.cpp | 111 void NsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() function in NsanThread
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.h | 112 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
|
| H A D | asan_thread.cpp | 172 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()
|