Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
base | Fix: change thread impelmentation to point to the correct memory region. |
The local storage per thread is only a pointer, this must be assigned AFTER the local storage object has moved to it's final location (e.g. on the stack of the caller). We might even change this a little further in the future to make the location of the state object more transparent.
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
base | Fix: change thread impelmentation to point to the correct memory region. |