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

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp54 UnlockableMu umu; variable
349 int gb_var_arg_bad_4 __attribute__((guarded_by(umu))); // \
420 int * pgb_var_arg_bad_4 __attribute__((pt_guarded_by(umu))); // \
481 Mu aa_var_arg_bad_4 __attribute__((acquired_after(umu))); // \
544 Mu ab_var_arg_bad_4 __attribute__((acquired_before(umu))); // \
609 int elf_function_bad_4() __attribute__((exclusive_lock_function(umu))); // \
681 int slf_function_bad_4() __attribute__((shared_lock_function(umu))); // \
763 int etf_function_bad_6() __attribute__((exclusive_trylock_function(1, umu))); // \
837 int stf_function_bad_6() __attribute__((shared_trylock_function(1, umu))); // \
900 int uf_function_bad_4() __attribute__((unlock_function(umu))); // \
[all...]

Completed in 131 milliseconds