List Question
10 TechQA 2024-11-24 17:45:39Fixing DCLP only with volatile
188 views
Asked by TCS
Thread safe singleton with deterministic destruction
152 views
Asked by Arun
Deadlock using double-checked locking in SQL
786 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?
445 views
Asked by BeeOnRope
Double checked locking implementation - using atomic vs not using
591 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)
576 views
Asked by Eugene