Searched defs:timerspec (Results 1 – 3 of 3) sorted by relevance
133 let timerspec: TimerSpec = expiration.into(); in set() localVariable148 let mut timerspec = TimerSpec::none(); in get() localVariable
158 let timerspec: TimerSpec = expiration.into(); in set() localVariable173 let mut timerspec = TimerSpec::none(); in get() localVariable
69 struct itimerspec timerspec {}; in main() struct