Commit e28ccfd7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1068aca3
...@@ -437,7 +437,7 @@ package main ...@@ -437,7 +437,7 @@ package main
// For watches, similarly to zhead, watch.at is protected by major-for-watch // For watches, similarly to zhead, watch.at is protected by major-for-watch
// per-watch RW lock watch.atMu . When watch.at is updated during watch // per-watch RW lock watch.atMu . When watch.at is updated during watch
// setup/upgrade time - watch.atMu.W is taken. Contrary whenever watch is // setup/upgrade time - watch.atMu.W is taken. Contrary whenever watch is
// notified with pin message - watch.atMu.R is taken to make sure watch.at // notified with pin messages - watch.atMu.R is taken to make sure watch.at
// stays unchanged while pins are prepared and processed. // stays unchanged while pins are prepared and processed.
// //
// For watches, similarly to zheadMu, there are several minor-to-atMu locks // For watches, similarly to zheadMu, there are several minor-to-atMu locks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment