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

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp64 UnlockableMu umu; variable
361 int gb_var_arg_bad_4 GUARDED_BY(umu); // \
432 int * pgb_var_arg_bad_4 PT_GUARDED_BY(umu); // \
493 Mutex aa_var_arg_bad_4 ACQUIRED_AFTER(umu); // \
556 Mutex ab_var_arg_bad_4 ACQUIRED_BEFORE(umu); // \
621 int elf_function_bad_4() EXCLUSIVE_LOCK_FUNCTION(umu); // \ variable
693 int slf_function_bad_4() SHARED_LOCK_FUNCTION(umu); // \ variable
775 int etf_function_bad_6() EXCLUSIVE_TRYLOCK_FUNCTION(1, umu); // \
849 int stf_function_bad_6() SHARED_TRYLOCK_FUNCTION(1, umu); // \
912 int uf_function_bad_4() UNLOCK_FUNCTION(umu); // \ variable
988 int lr_function_bad_4() LOCK_RETURNED(umu); // \\ variable
1055 int le_function_bad_4() LOCKS_EXCLUDED(umu); // \\ variable
1122 int elr_function_bad_4() EXCLUSIVE_LOCKS_REQUIRED(umu); // \\ variable
1190 int slr_function_bad_4() SHARED_LOCKS_REQUIRED(umu); // \\ variable
[all...]

Completed in 247 milliseconds