Searched refs:FiberSwitchImpl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_thread.cpp | 314 void FiberSwitchImpl(ThreadState *from, ThreadState *to) { in FiberSwitchImpl() function 326 FiberSwitchImpl(thr, fiber); in FiberCreate() 328 FiberSwitchImpl(fiber, thr); in FiberCreate() 333 FiberSwitchImpl(thr, fiber); in FiberDestroy() 335 FiberSwitchImpl(fiber, thr); in FiberDestroy() 343 FiberSwitchImpl(thr, fiber); in FiberSwitch()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 333 void FiberSwitchImpl(ThreadState *from, ThreadState *to) { in FiberSwitchImpl() function 345 FiberSwitchImpl(thr, fiber); in FiberCreate() 347 FiberSwitchImpl(fiber, thr); in FiberCreate() 352 FiberSwitchImpl(thr, fiber); in FiberDestroy() 354 FiberSwitchImpl(fiber, thr); in FiberDestroy() 362 FiberSwitchImpl(thr, fiber); in FiberSwitch()
|