Expand description
All code which should be ported to the specific OS. Contains a system timer implementation and poll.
Re-exports§
pub use linux::timer_poll::TimerEventWatch;
pub use timer::TimerFlags;
pub use timer::TimerType;
pub use timer::TimerSetTimeFlags;
pub use timer::TimerReadRes;
pub use timer::TimerExpMode;
pub use timer::FdTimerCom;
pub use timer::AbsoluteTime;
pub use timer::RelativeTime;
pub use poll::TimerPoll;
pub use poll::PollEventType;
pub use poll::PollResult;
Modules§
- linux
- Linux specific code.
- poll
- A common code for timer polling.
- portable_
error - Error handling.
- timer
- A common code for the timer setup.