Searched refs:PT_GUARDED_BY (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp7 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x))) macro
381 int *pgb_ptr_var_arg PT_GUARDED_BY(mu1);
386 int pgb_var_args PT_GUARDED_BY(mu1); // \
393 int *pgb_field_args PT_GUARDED_BY(mu1);
396 class PT_GUARDED_BY(mu1) PGB { // \
400 void pgb_function() PT_GUARDED_BY(mu1); // \
403 void pgb_function_params(int gv_lvar PT_GUARDED_BY(mu1)); // \
407 int *x PT_GUARDED_BY(mu1) = new int(0); // \
415 int * pgb_var_arg_1 PT_GUARDED_BY(muWrapper.mu);
416 int * pgb_var_arg_2 PT_GUARDED_BY(muDoubleWrappe
418 int * pgb_var_arg_4 PT_GUARDED_BY(*muWrapper.getMuPointer()); variable
[all...]
H A Dwarn-thread-safety-analysis.cpp10 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x))) macro
852 // Test various usage of GUARDED_BY and PT_GUARDED_BY annotations, especially
860 int *q PT_GUARDED_BY(mu);
865 int *p GUARDED_BY(mu) PT_GUARDED_BY(mu);
1270 // Test various usage of GUARDED_BY and PT_GUARDED_BY annotations, especially
1278 int *q PT_GUARDED_BY(mu);
1283 int *p GUARDED_BY(mu) PT_GUARDED_BY(mu);
3601 int* d PT_GUARDED_BY(mu1_) PT_GUARDED_BY(mu2_);
3807 Data* datap2_ PT_GUARDED_BY(mu
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dthread_annotations.h73 // int *q GUARDED_BY(mu1) PT_GUARDED_BY(mu2);
74 #define PT_GUARDED_BY(x) \ macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dthread_annotations.h73 // int *q GUARDED_BY(mu1) PT_GUARDED_BY(mu2);
74 #define PT_GUARDED_BY(x) \ macro
/external/chromium_org/third_party/webrtc/base/
H A Dthread_annotations.h43 // int *q GUARDED_BY(mu1) PT_GUARDED_BY(mu2);
44 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(point_to_guarded_by(x)) macro
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c7 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x))) macro
46 int *b_ PT_GUARDED_BY(foo_.mu_) = &a_;
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp15 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x))) macro

Completed in 301 milliseconds