1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

Update sync-4.md

This commit is contained in:
0xAX 2016-05-08 20:16:18 +06:00
parent c71bb9b6f4
commit 371bf87a40

View File

@ -10,7 +10,7 @@ As in all previous parts of this [book](https://0xax.gitbooks.io/linux-insides/c
So, let's start.
Mutexes
Concept of `mutex`
--------------------------------------------------------------------------------
We already familiar with the [semaphore](https://en.wikipedia.org/wiki/Semaphore_%28programming%29) synchronization primitive from the previous [part]((https://0xax.gitbooks.io/linux-insides/content/SyncPrim/sync-4.html). It represented by the: