Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dwarn-thread-safety-analysis.m7 int Foo_fun1(int i) __attribute__ ((exclusive_locks_required((mu1)))) { function
16Foo_fun1(1); // expected-warning{{calling function 'Foo_fun1' requires holding mutex 'mu1' exclusi…
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c51 int Foo_fun1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1) { in Foo_fun1() function
77 Foo_fun1(1); // expected-warning{{calling function 'Foo_fun1' requires holding mutex 'mu2'}} \ in main()
82 Foo_fun1(1); in main()