https://bugs.kde.org/show_bug.cgi?id=386425
--- Comment #9 from Peter Maydell <peter.mayd...@linaro.org> --- Yes, I just mean that each thread sees its own copy with the value it last wrote. On exec() a fresh process image starts out with a zero value. On fork() or clone() a new thread or process inherits the value from its parent. -- You are receiving this mail because: You are watching all bug changes.