Creational Design Patterns in Modern C++ - Why a Double-Checked Locking Pattern (DCLP) Fails?

Creational Design Patterns in Modern C++ - Why a Double-Checked Locking Pattern (DCLP) Fails?

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial discusses the double checked locking pattern in multithreaded applications, highlighting potential issues due to compiler and CPU instruction reordering. It explains how these reorderings can lead to undefined behavior and crashes. The tutorial demonstrates debugging techniques to observe thread behavior and concludes with solutions using C-11 features for constructing a thread-safe Singleton.

Read more

1 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What new insight or understanding did you gain from this video?

Evaluate responses using AI:

OFF