Lines Matching defs:set
43 //! timer.set(expiration, flags).expect("could not set timer");
95 /// There are 3 types of alarms you can set:
103 /// go off 60s after I set it and every 60s after that. The alarm will
109 /// The alarm will first trigger 1h after I set it and then every 60s
114 /// If you do not set any `TimerSetTimeFlags`, then the `TimeSpec` you pass
116 /// to go off at a certain point in time, you can set `TFD_TIMER_ABSTIME`.
122 /// Note: Only one alarm can be set for any given timer. Setting a new alarm
128 pub fn set(
145 /// Get the parameters for the alarm currently set, if any.