зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1568410 - (part 10) Clarify an edge case in a comment r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D43006 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
17f1493fce
Коммит
b7f3787af1
|
@ -12,7 +12,8 @@
|
|||
// Central definition point for mutex ordering.
|
||||
//
|
||||
// Mutexes can only be acquired in increasing order. This prevents the
|
||||
// possibility of deadlock.
|
||||
// possibility of deadlock. Mutexes with the same order cannot be held
|
||||
// at the same time.
|
||||
|
||||
#define FOR_EACH_MUTEX(_) \
|
||||
_(TestMutex, 100) \
|
||||
|
|
Загрузка…
Ссылка в новой задаче