Lines Matching +defs:x +defs:name
44 #define THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x)) argument
46 #define THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op argument
59 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) argument
78 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(pt_guarded_by(x)) argument
130 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) argument
206 #define TS_UNCHECKED(x) "" argument
211 #define TS_FIXME(x) "" argument
223 #define GUARDED_BY_FIXME(x) argument
228 #define TS_UNCHECKED_READ(x) thread_safety_analysis::ts_unchecked_read(x) argument
251 #define GUARDED_BY_CONTEXT(name) GUARDED_BY(name) argument
254 #define VALID_CONTEXT_REQUIRED(name) EXCLUSIVE_LOCKS_REQUIRED(name) argument
258 #define GUARDED_BY_CONTEXT(name) argument
259 #define VALID_CONTEXT_REQUIRED(name) argument