Home
last modified time | relevance | path

Searched refs:mCountCv (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcBenchmark.cpp94 mParent->mCountCv.notify_one(); in ~CountedBinder()
107 mCountCv.wait(l, [&] { return mBinderCount == 0; }); in waitGimmesDestroyed()
113 std::condition_variable mCountCv; member in MyBinderRpcBenchmark