List Question
20 TechQA 2014-11-14T18:00:17.700000Are static variables shared between threads?
112k views
Asked by dontocsata
Are memory visibility problems per thread also there if there is just one CPU core?
183 views
Asked by NoSenseEtAl
Fill a singleton once and access data from all threads in java
79 views
Asked by Caio Rodrigo
If Thread B wishes to see changes Thread A makes, can only the last change be to a volatile variable as opposed to all?
182 views
Asked by Mario Ishac
Java ConcurrentHashMap.computeIfPresent value modification visibility
1.8k views
Asked by Marin Veršić
Is it thread safe that java anonymous inner-class implements Runnable and shared outer-class object?
293 views
Asked by lencha
Are operations before Thread.start() thread safe in relation to the new thread?
62 views
Asked by LoPoBo
Which ARM memory barrier guarantees that one of two threads will observe what the other thread wrote?
903 views
Asked by anonymous
Does synchronisation with ConcurrentHashMap's .compute() guarantee visibility?
345 views
Asked by Kirill
Perl ithreads :shared variables - multiprocessor kernel threads - visibility
222 views
Asked by user2050516
Java Concurrent Collections and visiblity
246 views
Asked by Stig
Why does this Java program terminate despite that apparently it shouldn't (and didn't)?
50.6k views
Asked by Dog
Uninitialized object leaked to another thread despite no code explicitly leaking it?
1.7k views
Asked by Dog
Volatile array - memory visibility of the elements
756 views
Asked by Bhaskar
Ensuring memory visibility with builder/factory pattern
436 views
Asked by Joonas Pulakka
Visibility issue in java concurrent programming
388 views
Asked by Mandroid
Volatile variables and other variables
1.9k views
Asked by Cratylus
Visibility in concurrent C++ programs
986 views
Asked by user1028741
How to demonstrate memory visibility problems in Go?
371 views
Asked by stephenbez