Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
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. |