Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTestCommon.h224 mCvFull.notify_all(); in write()
233 mCvFull.wait(lock, [&]() { return mValue.has_value(); }); in read()
245 RpcConditionVariable mCvFull; variable