Takuya Yamamoto 1b2ddf49e3 Update linux-sync-2.md 6 anos atrás
..
README.md 5cfb5aa0e0 fix links in SyncPrim/README.md 7 anos atrás
linux-sync-1.md 90c0c7a80e Update linux-sync-1.md 6 anos atrás
linux-sync-2.md 1b2ddf49e3 Update linux-sync-2.md 6 anos atrás
linux-sync-3.md 49c8951eb8 modify broken links related with Thoery, Data structure, Misc and so on 7 anos atrás
linux-sync-4.md 49c8951eb8 modify broken links related with Thoery, Data structure, Misc and so on 7 anos atrás
linux-sync-5.md ae092b2376 Remove redundant "the" 6 anos atrás
linux-sync-6.md 4704d82b25 fix broken links related with 'sync, syscall, timer' 7 anos atrás

README.md

Synchronization primitives in the Linux kernel.

This chapter describes synchronization primitives in the Linux kernel.

  • Introduction to spinlocks - the first part of this chapter describes implementation of spinlock mechanism in the Linux kernel.
  • Queued spinlocks - the second part describes another type of spinlocks - queued spinlocks.
  • Semaphores - this part describes implementation of semaphore synchronization primitive in the Linux kernel.
  • Mutual exclusion - this part describes - mutex in the Linux kernel.
  • Reader/Writer semaphores - this part describes special type of semaphores - reader/writer semaphores.
  • Sequential locks - this part describes sequential locks in the Linux kernel.