Lines Matching full:started
12 //! - Stopped: initialized but not started, or cancelled, or not restarted.
13 //! - Started: initialized and started or restarted.
42 //! --------->| Stopped | | Started +---------->| Running |
54 //! **started** by the `start` operation, with an **expiry** time. After the
55 //! `start` operation, the timer is in the **started** state. When the timer
58 //! **started* or **stopped** state, depending on the return value of the
59 //! handler. A timer in the **started** or **running** state may be **canceled**
143 /// Note that the timer might be started by a concurrent start operation. If
149 /// returned when the timer was started.
180 /// A handle representing a started or restarted timer.
304 /// Note that the timer might be started by a concurrent start operation. If