Searched defs:ConditionVariable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DConditionVariable.java30 * or notify() on a ConditionVariable, the results are undefined.
32 public class ConditionVariable class
37 * Create the ConditionVariable in the default closed state.
39 public ConditionVariable() method in class:ConditionVariable
45 * Create the ConditionVariable with the given state.
50 public ConditionVariable(boolean state) method in class:ConditionVariable

Completed in 62 milliseconds