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.cpp3478 Mutex fatalmu_; variable
3480 void test1() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test1()
3484 void test2() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test2()
3490 void test3() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test3()
3499 void test4() EXCLUSIVE_LOCKS_REQUIRED(fatalmu_) { in test4()