Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |