Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h77 std::condition_variable mCachedCondition; variable
87 mCachedCondition.notify_all(); in CacheCallingInfoFromOneway()
94 mCachedCondition.wait(l, [&] { return mCached; }); in GiveMeMyCallingPidFromOneway()
102 mCachedCondition.wait(l, [&] { return mCached; }); in GiveMeMyCallingUidFromOneway()