Searched refs:State (Results 1 – 4 of 4) sorted by relevance
28 enum State { Initializing, Running, Zombie }; enum46 State _state;51 State state() const { return _state; } in state()
24 * while (device.read(State) & Busy)32 * while (timeout.test(device.read(State) & Busy))
45 enum State { Free = 0, Allocated, Unknown };67 State is_allocated(L4::Cap<void> c) const noexcept
414 /* YYFINAL -- State number of the termination state. */
Completed in 5 milliseconds