Subversion Repositories HelenOS

Rev

Rev 4343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4343 Rev 4691
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.