Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This header is used by System Services. For more information, see:
fibersapi.h contains the following programming interfaces:
Functions
FlsAlloc Allocates a fiber local storage (FLS) index. |
FlsFree Releases a fiber local storage (FLS) index, making it available for reuse. |
FlsGetValue Retrieves the value in the calling fiber's fiber local storage (FLS) slot for the specified FLS index. Each fiber has its own slot for each FLS index. |
FlsSetValue Stores a value in the calling fiber's fiber local storage (FLS) slot for the specified FLS index. Each fiber has its own slot for each FLS index. |
IsThreadAFiber Determines whether the current thread is a fiber. |