Searched refs:getBarFoo (Results 1 – 1 of 1) sorted by relevance
2172 Foo& getBarFoo(Bar &bar, int c) { return bar.getFoo2(c); } in getBarFoo() function2198 getBarFoo(bar, a).mu_.Lock(); in test()2199 getBarFoo(bar, a).a = 0; in test()2200 getBarFoo(bar, a).mu_.Unlock(); in test()2229 getBarFoo(bar, a).mu_.Lock(); in test()2230 getBarFoo(bar, b).a = 0; // \ in test()2232 getBarFoo(bar, a).mu_.Unlock(); in test()