Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp3421 Mutex fatalmu_; variable
3423 void test1() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test1()
3427 void test2() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test2()
3433 void test3() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test3()
3442 void test4() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test4()