Searched defs:SIGNALED (Results 1 – 4 of 4) sorted by relevance
61 enum class InitialState { SIGNALED, NOT_SIGNALED }; enumerator
63 enum class InitialState { SIGNALED, NOT_SIGNALED }; enumerator
58 SIGNALED, enumerator
255 pub const SIGNALED: Self = Self(0b1); constant