List Question
10 TechQA 2015-06-13 10:34:10Fixing DCLP only with volatile
191 views
Asked by TCS
Thread safe singleton with deterministic destruction
153 views
Asked by Arun
Deadlock using double-checked locking in SQL
787 views
Asked by Jeppebm
C++ singleton implementation, double-checked locking
2.1k views
Asked by DanielSingleton
Is it good to test a condition then lock then re-test the condition
315 views
Asked by Myster
double checked locking pattern
3.3k views
Asked by ashen
Which implementation for lazy singleton whose initialialization might fail?
446 views
Asked by BeeOnRope
Double checked locking implementation - using atomic vs not using
593 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)
579 views
Asked by Eugene