Searched refs:FiberSwitch (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface.cpp | 77 FiberSwitch(cur_thread(), CALLERPC, static_cast<ThreadState *>(fiber), flags); in __tsan_switch_to_fiber()
|
| H A D | tsan_rtl_thread.cpp | 358 void FiberSwitch(ThreadState *thr, uptr pc, in FiberSwitch() function
|
| H A D | tsan_rtl.h | 617 void FiberSwitch(ThreadState *thr, uptr pc, ThreadState *fiber, unsigned flags);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interface.cpp | 91 FiberSwitch(cur_thread(), CALLERPC, static_cast<ThreadState *>(fiber), flags); in __tsan_switch_to_fiber()
|
| H A D | tsan_rtl_thread.cpp | 339 void FiberSwitch(ThreadState *thr, uptr pc, in FiberSwitch() function
|
| H A D | tsan_rtl.h | 643 void FiberSwitch(ThreadState *thr, uptr pc, ThreadState *fiber, unsigned flags);
|