Searched refs:mCountCv (Results 1 – 1 of 1) sorted by relevance
94 mParent->mCountCv.notify_one(); in ~CountedBinder()107 mCountCv.wait(l, [&] { return mBinderCount == 0; }); in waitGimmesDestroyed()113 std::condition_variable mCountCv; member in MyBinderRpcBenchmark