Lines Matching full:volatile
53 #define DYNAMIC_ANNOTATIONS_IMPL volatile short lineno = (__LINE__ << 8) + __COUNTER__; (void)lineno;
55 #define DYNAMIC_ANNOTATIONS_IMPL volatile short lineno = (__LINE__ << 8); (void)lineno;
61 const char *file, int line, const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL}
63 const char *file, int line, const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL}
65 const char *file, int line, const volatile void *lock, long is_w) {DYNAMIC_ANNOTATIONS_IMPL}
67 const char *file, int line, const volatile void *lock, long is_w) {DYNAMIC_ANNOTATIONS_IMPL}
69 const char *file, int line, const volatile void *barrier, long count,
72 const char *file, int line, const volatile void *barrier) {DYNAMIC_ANNOTATIONS_IMPL}
74 const char *file, int line, const volatile void *barrier) {DYNAMIC_ANNOTATIONS_IMPL}
76 const char *file, int line, const volatile void *barrier) {DYNAMIC_ANNOTATIONS_IMPL}
79 const char *file, int line, const volatile void *cv,
80 const volatile void *lock) {DYNAMIC_ANNOTATIONS_IMPL}
82 const char *file, int line, const volatile void *cv) {DYNAMIC_ANNOTATIONS_IMPL}
84 const char *file, int line, const volatile void *cv) {DYNAMIC_ANNOTATIONS_IMPL}
86 const char *file, int line, const volatile void *obj) {DYNAMIC_ANNOTATIONS_IMPL};
88 const char *file, int line, const volatile void *obj) {DYNAMIC_ANNOTATIONS_IMPL};
90 const char *file, int line, const volatile void *address, long size) {DYNAMIC_ANNOTATIONS_IMPL}
92 const char *file, int line, const volatile void *address, long size) {DYNAMIC_ANNOTATIONS_IMPL}
94 const char *file, int line, const volatile void *pcq) {DYNAMIC_ANNOTATIONS_IMPL}
96 const char *file, int line, const volatile void *pcq) {DYNAMIC_ANNOTATIONS_IMPL}
98 const char *file, int line, const volatile void *pcq) {DYNAMIC_ANNOTATIONS_IMPL}
100 const char *file, int line, const volatile void *pcq) {DYNAMIC_ANNOTATIONS_IMPL}
102 const char *file, int line, const volatile void *mem, long size) {DYNAMIC_ANNOTATIONS_IMPL}
104 const char *file, int line, const volatile void *mem,
109 const char *file, int line, const volatile void *mem,
112 const char *file, int line, const volatile void *mem, long size,
115 const char *file, int line, const volatile void *mu) {DYNAMIC_ANNOTATIONS_IMPL}
117 const char *file, int line, const volatile void *mu) {DYNAMIC_ANNOTATIONS_IMPL}
119 const char *file, int line, const volatile void *arg) {DYNAMIC_ANNOTATIONS_IMPL}
137 const char *file, int line, const volatile void *arg) {DYNAMIC_ANNOTATIONS_IMPL}
172 static volatile int running_on_valgrind = -1;