Searched refs:getBarFoo (Results 1 – 1 of 1) sorted by relevance
2290 Foo& getBarFoo(Bar &bar, int c) { return bar.getFoo2(c); } in getBarFoo() function2316 getBarFoo(bar, a).mu_.Lock(); in test()2317 getBarFoo(bar, a).a = 0; in test()2318 getBarFoo(bar, a).mu_.Unlock(); in test()2359 getBarFoo(bar, a).mu_.Lock(); in test2()2360 getBarFoo(bar, b).a = 0; // \ in test2()2363 getBarFoo(bar, a).mu_.Unlock(); in test2()