Searched refs:mCond (Results 1 – 5 of 5) sorted by relevance
87 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()
57 private final Object mCond = new Object(); field in Device140 synchronized (mCond) { in close()141 mCond.wait(); in close()181 synchronized (mCond) { in handleMessage()182 mCond.notify(); in handleMessage()
60 private final Object mCond = new Object(); field in Device147 synchronized (mCond) { in close()148 mCond.wait(); in close()208 synchronized (mCond) { in handleMessage()209 mCond.notify(); in handleMessage()
15288 "field_name" : "mCond",
15292 "field_name" : "mCond",