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:
Paul Bone 2019-09-03 06:32:09 +00:00
Родитель 17f1493fce
Коммит b7f3787af1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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) \