You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang supports __attribute__((__guarded_by__(<mutex>))).
This attribute could be used (to specify that a global variable should be accessed with particular lock held) instead of comments like "this is protected by ... lock".
The text was updated successfully, but these errors were encountered:
Clang supports
__attribute__((__guarded_by__(<mutex>)))
.This attribute could be used (to specify that a global variable should be accessed with particular lock held) instead of comments like "this is protected by ... lock".
The text was updated successfully, but these errors were encountered: