[Lab] Lock Free Programming Lab
  • Introduction
  • Lock-free Programming
  • C11 Features on Concurrency
  • Lock-free vs Spin-lock
  • Lock-free Stack
  • ABA Problem
  • Memory Fence
  • Reference
Powered by GitBook
On this page

Was this helpful?

Introduction

In this lab, you will learn:

  • lock-free programming

  • C11 features in concurrency

  • ABA problem

  • memory fence

Prepared by Chaokun Chang

NextLock-free Programming

Last updated 1 month ago

Was this helpful?