Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/include/utils/
H A 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()
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DDevice.java57 private final Object mCond = new Object(); field in Device
140 synchronized (mCond) { in close()
141 mCond.wait(); in close()
181 synchronized (mCond) { in handleMessage()
182 mCond.notify(); in handleMessage()
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java60 private final Object mCond = new Object(); field in Device
147 synchronized (mCond) { in close()
148 mCond.wait(); in close()
208 synchronized (mCond) { in handleMessage()
209 mCond.notify(); in handleMessage()
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/
H A Dlibutils.so.lsdump15288 "field_name" : "mCond",
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/
H A Dlibutils.so.lsdump15292 "field_name" : "mCond",