Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4377 | Rev 4692 | ||
---|---|---|---|
Line 134... | Line 134... | ||
134 | { |
134 | { |
135 | link_t *l; |
135 | link_t *l; |
136 | timeout_t *h; |
136 | timeout_t *h; |
137 | timeout_handler_t f; |
137 | timeout_handler_t f; |
138 | void *arg; |
138 | void *arg; |
139 | count_t missed_clock_ticks = CPU->missed_clock_ticks; |
139 | size_t missed_clock_ticks = CPU->missed_clock_ticks; |
140 | unsigned int i; |
140 | unsigned int i; |
141 | 141 | ||
142 | /* |
142 | /* |
143 | * To avoid lock ordering problems, |
143 | * To avoid lock ordering problems, |
144 | * run all expired timeouts as you visit them. |
144 | * run all expired timeouts as you visit them. |