Double-checked locking

Results: 17



#Item
1Double-Checked Locking An Optimization Pattern for Efficiently Initializing and Accessing Thread-safe Objects Douglas C. Schmidt  Tim Harrison

Double-Checked Locking An Optimization Pattern for Efficiently Initializing and Accessing Thread-safe Objects Douglas C. Schmidt Tim Harrison

Add to Reading List

Source URL: www.cs.wustl.edu

Language: English - Date: 1998-11-19 15:45:36
2C++ and the Perils of Double-Checked Locking ∗ Scott Meyers and Andrei Alexandrescu September 2004 Multithreading is just one damn thing after, before, or simultaneous with another.

C++ and the Perils of Double-Checked Locking ∗ Scott Meyers and Andrei Alexandrescu September 2004 Multithreading is just one damn thing after, before, or simultaneous with another.

Add to Reading List

Source URL: erdani.com

Language: English - Date: 2011-04-17 17:33:14
    3The biggest two problems in multi-threaded programming are races and deadlocks. Races reached new levels with the introduction of relaxed memory processors. It turns out that races can be eliminated without sacrificing m

    The biggest two problems in multi-threaded programming are races and deadlocks. Races reached new levels with the introduction of relaxed memory processors. It turns out that races can be eliminated without sacrificing m

    Add to Reading List

    Source URL: nwcpp.org

    Language: English
    4D07 2004 coverW.a1me (Page 1)

    D07 2004 coverW.a1me (Page 1)

    Add to Reading List

    Source URL: www.aristeia.com

    Language: English - Date: 2013-01-31 17:34:58
    5Finding Concurrency Bugs In Java David Hovemeyer and William Pugh Dept. of Computer Science, University of Maryland College Park, MarylandUSA {daveho,pugh}@cs.umd.edu

    Finding Concurrency Bugs In Java David Hovemeyer and William Pugh Dept. of Computer Science, University of Maryland College Park, MarylandUSA {daveho,pugh}@cs.umd.edu

    Add to Reading List

    Source URL: faculty.ycp.edu

    Language: English - Date: 2014-08-22 12:24:21
    6Outline Introduction Concurrency Bug Patterns Conclusions  Finding Concurrency Bugs in Java

    Outline Introduction Concurrency Bug Patterns Conclusions Finding Concurrency Bugs in Java

    Add to Reading List

    Source URL: faculty.ycp.edu

    Language: English - Date: 2014-08-22 12:24:21
    7Colorado Software Summit: October 26 – 31, 2003  © Copyright 2003, IBM Corporation Advanced Java Multithreading Techniques

    Colorado Software Summit: October 26 – 31, 2003 © Copyright 2003, IBM Corporation Advanced Java Multithreading Techniques

    Add to Reading List

    Source URL: www.softwaresummit.com

    Language: English - Date: 2008-01-03 03:38:17
    8Problems, Workarounds and Possible Solutions Implementing the Singleton Pattern with C++ and OpenMP Michael S¨ uß and Claudia Leopold University of Kassel, Research Group Programming Languages / Methodologies,

    Problems, Workarounds and Possible Solutions Implementing the Singleton Pattern with C++ and OpenMP Michael S¨ uß and Claudia Leopold University of Kassel, Research Group Programming Languages / Methodologies,

    Add to Reading List

    Source URL: www.michaelsuess.net

    Language: English - Date: 2014-03-25 15:40:00
    9Finding Bugs is Easy  ∗ David Hovemeyer and William Pugh Dept. of Computer Science, University of Maryland

    Finding Bugs is Easy ∗ David Hovemeyer and William Pugh Dept. of Computer Science, University of Maryland

    Add to Reading List

    Source URL: goose.ycp.edu

    Language: English - Date: 2014-08-22 12:24:22
    10Asymmetric Memory Fences: Optimizing Both Performance and Implementability ∗ Yuelu Duan, Nima Honarmand, † and Josep Torrellas University of Illinois at Urbana-Champaign {duan11,torrella}@illinois.edu nhonarmand@cs.s

    Asymmetric Memory Fences: Optimizing Both Performance and Implementability ∗ Yuelu Duan, Nima Honarmand, † and Josep Torrellas University of Illinois at Urbana-Champaign {duan11,torrella}@illinois.edu nhonarmand@cs.s

    Add to Reading List

    Source URL: iacoma.cs.uiuc.edu

    Language: English - Date: 2015-01-19 15:13:18