List Question
20 TechQA 2015-06-13T10:34:10.930000Fixing DCLP only with volatile
246 views
Asked by TCS
Thread safe singleton with deterministic destruction
197 views
Asked by Arun
Deadlock using double-checked locking in SQL
844 views
Asked by Jeppebm
C++ singleton implementation, double-checked locking
2.2k views
Asked by DanielSingleton
Is it good to test a condition then lock then re-test the condition
359 views
Asked by Myster
double checked locking pattern
3.3k views
Asked by ashen
Which implementation for lazy singleton whose initialialization might fail?
485 views
Asked by BeeOnRope
Double checked locking implementation - using atomic vs not using
662 views
Asked by user2717954
Why is volatile used in double checked locking
32.7k views
Asked by toc777
double check locking without volatile (but with VarHandle release/acquire)
623 views
Asked by Eugene
Implementing Read-Write Locks with Double-Checked Locking
963 views
Asked by dspyz
How to make this code thread-safe using double checked locking?
388 views
Asked by ZhekaKozlov
Java double checked locking
31.2k views
Asked by AudioBubble
Java double checked locking by forcing synchronization twice, Workable?
1.3k views
Asked by Caleb James DeLisle
Java Double check locking, does this code work?
182 views
Asked by jinghui70
Why enum singleton is lazy?
1k views
Asked by uvsmtid
How to remove double checking when setting a value in a multithreaded environment
111 views
Asked by Violetta
How can I create the correct lazy singleton?
160 views
Asked by Pavel Petrashov
Lazily initialize a Java map in a thread safe manner
5.1k views
Asked by Vivek