Searched defs:WaitState (Results 1 – 1 of 1) sorted by relevance
103 struct WaitState { struct104 bool present;105 bool up;107 bool satisfied(WaitCondition cnd) const { in satisfied()