Searched refs:Foo_fun1 (Results 1 – 2 of 2) sorted by relevance
7 int Foo_fun1(int i) __attribute__ ((exclusive_locks_required((mu1)))) { function16 …Foo_fun1(1); // expected-warning{{calling function 'Foo_fun1' requires holding mutex 'mu1' exclusi…
51 int Foo_fun1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1) { in Foo_fun1() function77 Foo_fun1(1); // expected-warning{{calling function 'Foo_fun1' requires holding mutex 'mu2'}} \ in main()82 Foo_fun1(1); in main()