Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp416 void FiberSwitchImpl(ThreadState *from, ThreadState *to) { in FiberSwitchImpl() function
428 FiberSwitchImpl(thr, fiber); in FiberCreate()
430 FiberSwitchImpl(fiber, thr); in FiberCreate()
435 FiberSwitchImpl(thr, fiber); in FiberDestroy()
437 FiberSwitchImpl(fiber, thr); in FiberDestroy()
445 FiberSwitchImpl(thr, fiber); in FiberSwitch()