Mutex Lock

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

This is the kind of content I like: short, simple, straight to the point. Beautiful.

albertoossola
Автор

These conceptual micro videos are very great! Thanks!!

sundarb
Автор

I loved it. Clear, practical and short explanation.

amaia
Автор

You are great man, thanks for this quick and straightforward explanation ;)

_RahmaF
Автор

So the mutex lock uses wait? I thought you needed a condition for that.

ivankontra
Автор

Expand bit more by adding 2 more locks like lock(x) lock(y) r=r+1 unlock (y) unlock (x)... Same code for another thread but r=r-1... Can u explain how a deadlock can occur in threads by modifying the locks

nalinim
Автор

i still don't get it though, why would two threads use more resources simply because both have access to a variable?

WindBendsSteel
Автор

if you want to add more variables in a lock can you do it?

andrew
Автор

If you want to instruct, be brief
/Ciceron

digimikeh