Home
last modified time | relevance | path

Searched refs:aa_mu (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp362 Mutex aa_mu; variable
366 void globalLock() __attribute__((exclusive_lock_function(aa_mu)));
367 void globalUnlock() __attribute__((unlock_function(aa_mu)));
726 void aa_elr_fun() __attribute__((exclusive_locks_required(aa_mu)));
727 void aa_elr_fun_s() __attribute__((shared_locks_required(aa_mu)));
744 aa_mu.Lock(); in es_fun_0()
746 aa_mu.Unlock(); in es_fun_0()
750 aa_mu.Lock(); in es_fun_1()
752 aa_mu.Unlock(); in es_fun_1()
756 aa_mu.ReaderLock(); in es_fun_2()
[all …]