Searched defs:PT_GUARDED_BY (Results 1 – 7 of 7) sorted by relevance
9 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x))) macro 424 int * pgb_var_arg_1 PT_GUARDED_BY(muWrapper.mu); variable 399 class PT_GUARDED_BY(mu1) PGB { // \ PT_GUARDED_BY() function 410 int *x PT_GUARDED_BY(mu1) = new int(0); // \ pgb_testfn() local 418 int * pgb_var_arg_1 PT_GUARDED_BY(muWrapper.mu); global() variable 419 int * pgb_var_arg_2 PT_GUARDED_BY(muDoubleWrapper.muWrapper->mu); global() variable 420 int * pgb_var_arg_3 PT_GUARDED_BY(muWrapper.getMu()); global() variable 421 int * pgb_var_arg_4 PT_GUARDED_BY(*muWrapper.getMuPointer()); global() variable 422 int * pgb_var_arg_5 PT_GUARDED_BY(&mu1); global() variable 429 int * pgb_var_arg_bad_1 PT_GUARDED_BY(1); // \ global() variable 431 int * pgb_var_arg_bad_2 PT_GUARDED_BY("mu"); // \ global() variable [all...]
35 #define PT_GUARDED_BY(x) __attribute__((pt_guarded_by(x))) macro
5115 int i PT_GUARDED_BY(sls_mu); // expected-warning {{'pt_guarded_by' attribute only applies to non-static data members and global variables}} test() local [all...]
26 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE_(pt_guarded_by(x)) macro
7 #define PT_GUARDED_BY( global() macro
23 #define PT_GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE_(pt_guarded_by(x)) macro
15 #define PT_GUARDED_BY(x) __attribute__ ((pt_guarded_by(x))) macro