CS Notes

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

OS

❯

Synchronization

Folder: OS/Synchronization

10 items under this folder.

  • May 22, 2025

    Concurrency vs. Parallelism vs. Multitasking vs. Time-Sharing

    • OS
  • Mar 16, 2025

    Global Interpreter Lock

    • python
    • OS
  • Jan 17, 2025

    Race Condition (竞态条件)

    • OS
  • Aug 10, 2024

    Deadlock (死锁)

    • OS
  • Jun 05, 2024

    Synchronisation (同步)

    • OS
  • Jun 05, 2024

    Busy Waiting

    • OS
  • Mar 29, 2024

    Mutex (互斥体)

    • OS
    • go
  • Mar 28, 2024

    Semaphore (信号量)

    • OS
    • c
  • Nov 10, 2023

    Condition Variable (条件变量)

    • OS
  • Nov 04, 2023

    Barrier (屏障)

    • OS

Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub