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