We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 788b8a2 + c7f7fa4 commit 281feeeCopy full SHA for 281feee
src/threadsafety.h
@@ -10,7 +10,7 @@
10
// TL;DR Add GUARDED_BY(mutex) to member variables. The others are
11
// rarely necessary. Ex: int nFoo GUARDED_BY(cs_foo);
12
//
13
-// See http://clang.llvm.org/docs/LanguageExtensions.html#threadsafety
+// See https://clang.llvm.org/docs/ThreadSafetyAnalysis.html
14
// for documentation. The clang compiler can do advanced static analysis
15
// of locking when given the -Wthread-safety option.
16
#define LOCKABLE __attribute__((lockable))
0 commit comments