The SwitchToFiber function schedules a fiber.
VOID SwitchToFiber(
LPVOID lpFiber |
// pointer to fiber to switch to |
); |
This function does not return a value.
The SwitchToFiber function is used to manually schedule a fiber. This function saves the state information of the current fiber and restores the state of the specified fiber. The caller of this routine must be a fiber.
You create fibers with CreateFiber. Before you can schedule fibers associated with a thread, you must call ConvertThreadToFiber to set up an area in which to save the fiber state information. The thread is now the currently executing fiber.
Warning Avoid making the following call:
SwitchToFiber( GetCurrentFiber() );
This call causes unpredictable problems.
CreateFiber, ConvertThreadToFiber
file: /Techref/os/win/api/win32/func/src/f87_14.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 13:18,
18.191.132.36:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/os/win/api/win32/func/src/f87_14.htm"> SwitchToFiber</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.