Skip to content
AtomicReps

Navigation

13/29Computer Science

C++ Concurrency.

Threads in C++: locks, waiting, atomics, the memory model and the races they hide.

  • C++ Concurrency · 1 of 3

    Atomics

    What does the swap call hand back?

  • C++ Concurrency · 2 of 3

    The thread sanitizer

    What exit status does a program with a reported race leave by default?

  • C++ Concurrency · 3 of 3

    The memory model

    What does the standard require of the ordering written on a read-modify-write?

Three of the 820 C++ Concurrency questions.

Keep going with C++ Concurrency, free
Next topic · 14/29C++ Memory & Lifetime.