Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c59 int Foo_func3(int i) LOCKS_EXCLUDED(mu1, mu2) { in Foo_func3() function
99 Foo_func3(4); // expected-warning{{cannot call function 'Foo_func3' while mutex 'mu1' is held}} in main()
102 Foo_func3(5); in main()