Searched refs:Foo_func3 (Results 1 – 1 of 1) sorted by relevance
59 int Foo_func3(int i) LOCKS_EXCLUDED(mu1, mu2) { in Foo_func3() function99 Foo_func3(4); // expected-warning{{cannot call function 'Foo_func3' while mutex 'mu1' is held}} in main()102 Foo_func3(5); in main()