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