Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:mu2

65 Mutex mu2;
312 int gb_var_args __attribute__((guarded_by(mu1, mu2))); // \
383 int *pgb_ptr_var_args __attribute__((pt_guarded_by(mu1, mu2))); // \
574 void elf_function_args() EXCLUSIVE_LOCK_FUNCTION(mu1, mu2);
646 void slf_function_args() SHARED_LOCK_FUNCTION(mu1, mu2);
720 void etf_function_args() EXCLUSIVE_TRYLOCK_FUNCTION(1, mu2);
793 void stf_function_args() SHARED_TRYLOCK_FUNCTION(1, mu2);
865 void uf_function_args() UNLOCK_FUNCTION(mu1, mu2);
940 void lr_function_args() __attribute__((lock_returned(mu1, mu2))); // \
1008 void le_function_args() LOCKS_EXCLUDED(mu1, mu2);
1075 void elr_function_args() EXCLUSIVE_LOCKS_REQUIRED(mu1, mu2);
1143 void slr_function_args() SHARED_LOCKS_REQUIRED(mu1, mu2);