Ticket #2883 (closed bug: fixed)
setitimer(ITIMER_VIRTUAL) is not always available
| Reported by: | sthibaul | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 6.10.2 |
| Component: | Compiler | Version: | 6.8.2 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
On some limited systems, setitimer(ITIMER_VIRTUAL) returns ENOSYS because the kernel does not provide a way to schedule timers based on virtual time. In such a case, rts/posix/Itimer.c should use ITIMER_REAL.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

