Searched defs:Condition (Results 1 - 1 of 1) sorted by path

/frameworks/native/include/utils/
H A DCondition.h37 * Condition variable class. The implementation is system-dependent.
39 * Condition variables are paired up with mutexes. Lock the mutex,
42 * use the same mutex for a given Condition.
44 class Condition { class in namespace:android
51 Condition();
52 Condition(int type);
53 ~Condition();
75 inline Condition::Condition() { function in class:android::Condition
78 inline Condition function in class:android::Condition
[all...]

Completed in 114 milliseconds