List Question
10 TechQA 2025-01-04 17:25:08Fixing DCLP only with volatile
237 views
Asked by TCS
Thread safe singleton with deterministic destruction
196 views
Asked by Arun
Deadlock using double-checked locking in SQL
837 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
364 views
Asked by Myster
double checked locking pattern
3.3k views
Asked by ashen
Which implementation for lazy singleton whose initialialization might fail?
486 views
Asked by BeeOnRope
Double checked locking implementation - using atomic vs not using
635 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)
620 views
Asked by Eugene