Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp333 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()