'Question about fibers in Win32 documentation

I'm not really understanding the following description about fibers in Microsoft's Win32 documentation:

a fiber assumes the identity of the thread that runs it. For example, if a fiber accesses thread local storage (TLS), it is accessing the thread local storage of the thread that is running it.

What does "assumes the identity of the thread" in the first sentence mean? Can anyone explain this sentence in other way?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source