List Question
20 TechQA 2023-09-19T14:50:21.560000Is this variant of double-checked locking safe?
16 views
Asked by nwellnhof
How can I create the correct lazy singleton?
160 views
Asked by Pavel Petrashov
Asynchronous single task executor
2.2k views
Asked by Bobby_Bob
double check lock without volatile is wrong?
240 views
Asked by javaars
How to demonstrate Java DCL problems?
182 views
Asked by Gonen I
How is this code snippet an example of incorrect synchronization?
134 views
Asked by kravcneger
Double checked locking for static fields in java
150 views
Asked by sai prasad
Is double check lock broken for all use case?
123 views
Asked by Yituo
Do I have any fault for this java:S3077?
1.4k views
Asked by Jin Kwon
double check locking without volatile (but with VarHandle release/acquire)
623 views
Asked by Eugene
Java double checked locking code explanation
86 views
Asked by Frank Dax
Double checked locking implementation - using atomic vs not using
662 views
Asked by user2717954
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
Difference in Implementations of Thread Safe Singleton Design Patteren
105 views
Asked by Rizstien
Double-checked locking not working - why?
66 views
Asked by Stefan Winkler
LazyArray template via std::unique_ptr, is this a proper implementation of the double-check idiom?
126 views
Asked by CplusPuzzle
Why use both local variable and volatile both togather for DCL (as suggested by Sonar tool)?
120 views
Asked by nits.kk