Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DCondition.h87 pthread_cond_t mCond;
110 pthread_cond_init(&mCond, &attr); in Condition()
115 pthread_cond_destroy(&mCond); in ~Condition()
118 return -pthread_cond_wait(&mCond, &mutex.mMutex); in wait()
150 return -pthread_cond_timedwait(&mCond, &mutex.mMutex, &ts); in waitRelative()
153 pthread_cond_signal(&mCond); in signal()
156 pthread_cond_broadcast(&mCond); in broadcast()
/system/tools/hidl/test/hidl_test/
DFooCallback.cpp22 : mLock{}, mCond{} { in FooCallback()
39 mCond.signal(); in heyItsYou()
55 mCond.signal(); in heyItsYouIsntIt()
71 mCond.signal(); in heyItsTheMeaningOfLife()
91 ::android::status_t rc = mCond.waitRelative(mLock, leftToWaitNs); in reportResults()
119 mCond.signal(); in youBlockedMeFor()
DFooCallback.h34 Condition mCond; member
/system/chre/platform/slpi/smgr/
Dsmr_helper.cc48 waitSuccess = mCond.wait_for(mMutex, timeout); in releaseSync()
79 mCond.wait(mMutex); in waitForService()
153 waitSuccess = mCond.wait_for(mMutex, timeout); in sendReqSyncUntyped()
195 mCond.notify_one(); in handleResp()
209 obj->mCond.notify_one(); in smrReleaseCb()
228 obj->mCond.notify_one(); in smrWaitForServiceCb()
/system/tools/hidl/
DConstantExpression.cpp333 CHECK(mCond->isEvaluated()); in evaluate()
342 mValue = mCond->mValue ? (static_cast<__type__>(mTrueVal->mValue)) \ in evaluate()
713 mCond(cond), in TernaryConstantExpression()
718 return {mCond, mTrueVal, mFalseVal}; in getConstantExpressions()
DConstantExpression.h211 ConstantExpression* const mCond;
/system/chre/platform/slpi/include/chre/platform/slpi/smgr/
Dsmr_helper.h325 ConditionVariable mCond; variable
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h324 ConditionVariable mCond; variable
/system/chre/platform/slpi/see/
Dsee_helper.cc1579 mCond.notify_one(); in handleSnsClientEventMsg()
1616 mCond.notify_one(); in handleSeeResp()
1812 waitSuccess = mCond.wait_for(mMutex, timeoutResp); in sendSeeReqSync()
1885 waitSuccess = mCond.wait_for(mMutex, timeoutInd); in waitForInd()