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.
Showing
lib/pls/src/internal/base/spin_lock.cpp
0 → 100644
Please
register
or
sign in
to comment